/* * errno.h */ #ifndef _ERRNO_H #define _ERRNO_H #include #include __extern int errno; #endif /* _ERRNO_H */