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