9
0
Fork 0
barebox/include/errno.h

12 lines
169 B
C

#ifndef __ERRNO_H
#define __ERRNO_H
#include <asm-generic/errno.h>
extern int errno;
void perror(const char *s);
const char *errno_str(void);
#endif /* __ERRNO_H */