home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / LIB / unix.zoo / errno.h < prev    next >
Text File  |  2009-11-06  |  235b  |  9 lines

  1. /* 
  2.  * UNIX Error codes 
  3.  */
  4.  
  5. #define EBADF     9      /* Bad file number                      */
  6. #define ENOTTY   25      /* Not a typewriter                     */
  7. #define EINVAL   22      /* Invalid argument                     */
  8.  
  9.