home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ob140os2.zip / BASIC.H < prev    next >
C/C++ Source or Header  |  1997-09-08  |  414b  |  26 lines

  1. /* HEADER FILE FOR djgpp */
  2.  
  3. #include <errno.h>
  4. #include <setjmp.h>
  5. #include <time.h>
  6. #include <math.h>
  7. #include <stdio.h>
  8.  
  9. #define A_READ 0
  10. #define A_WRITE 1
  11. #define A_UPDATE 2
  12. #define A_CREAT 0x200
  13. #define A_EXCL 0x800
  14. #define A_DIR 0
  15. #define A_TEXT 0x10
  16. #define A_BINARY 0x100
  17.  
  18. #define P_WRITE 200
  19. #define P_READ 400
  20.  
  21. #define E_EXIST 80
  22.  
  23. #define S_ORG 0
  24. #define S_CUR 1
  25. #define S_END 2
  26.