home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / DP / Programmation / GCC / gcc_include / errno.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-08  |  163 b   |  11 lines

  1. /*    error codes for ansic.library        */
  2. /*    (c)Copyright 1992 Davide Pasetto     */
  3.  
  4. #ifndef    _ERRNO_H
  5. #define    _ERRNO_H
  6.  
  7. #include    <sys/errno.h>
  8.  
  9. #endif    /* _ERRNO_H */
  10.  
  11.