home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 125.img / PRO-C4.ZIP / BENCH1.ZIP / HDR / FILEIO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-28  |  784 b   |  31 lines

  1. /* ==( hdr/fileio.h )== */
  2.  
  3. /* ----------------------------------------------- */
  4. /* Pro-C - Copyright (C) 1988, 1989 Vestronix Inc. */
  5. /* Modification to this source is not supported    */
  6. /* by Vestronix Inc.                               */
  7. /*            All Rights Reserved                  */
  8. /* ----------------------------------------------- */
  9.  
  10. /*
  11.  * I/O definitions
  12.  *
  13. */
  14.  
  15. #define     OPENRWNC       1
  16. /* hack for dos ... */
  17. #define     OPENRWC        2
  18. #define     OPENRNC        3
  19. /* hack for help */
  20. #define     SH_OPENRWNC    4
  21. #define     SH_OPENRWC     5
  22. #define     SH_OPENRNC     6
  23.  
  24. #define     ULOK    0
  25. #define     RLOK    1
  26. #define     WLOK    2
  27.  
  28. #define     FDIR_BEGIN     0
  29. #define     FDIR_CURPOS    1
  30. #define     FDIR_EOF       2
  31.