home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / SRC / TO_PORT / agrep.lzh / AGREP / CHECKFILE.H < prev    next >
Text File  |  1992-01-17  |  174b  |  9 lines

  1. #define NOSUCHFILE -3
  2. #define OPENFAILED -2
  3. #define STATFAILED -1
  4. #define ISASCIIFILE 0
  5. #define ISDIRECTORY 1
  6. #define ISBLOCKFILE 2
  7. #define ISSOCKET 3
  8. #define ISBINARYFILE 4
  9.