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