9
0
Fork 0
barebox/include/errno.h

7 lines
100 B
C
Raw Normal View History

#ifndef __ERRNO_H
#define __ERRNO_H
void perror(const char *s, int errno);
#endif /* __ERRNO_H */