home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / DMAKE37S.ZIP / DMAKE / TOS / SYSINTF.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-06  |  442 b   |  25 lines

  1. /*
  2. ** assorted bits of system interface, for common routines inside dmake.
  3. ** System specific code can be found in the config.h files for each
  4. ** of the system specifications.
  5. */
  6.  
  7. #define STAT stat
  8. #define VOID_LCACHE(l,m) (void) void_lcache(l,m)
  9. #define Hook_std_writes(A)
  10. #definf GETPID getpid()
  11.  
  12. /*
  13. ** standard C items
  14. */
  15.  
  16. /*
  17. ** DOS interface standard items
  18. */
  19. #define    getswitchar()    '-'
  20.  
  21. /*
  22. ** make parameters
  23. */
  24. #define    MAX_PATH_LEN    1024
  25.