9
0
Fork 0
barebox/include/errno.h

9 lines
108 B
C

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