home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c004 / 4.ddi / OS2 / CTCMPL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-18  |  375 b   |  13 lines

  1. /* Microsoft V5.1 C Compiler for OS/2 */
  2.  
  3. #include <fcntl.h>
  4. #define BUPDATE (O_RDWR | O_BINARY)
  5. #define    BCREATE    (O_CREAT | O_TRUNC | O_BINARY | O_RDWR)
  6. #define C255    -1
  7. #define ct_NULL    (char *) 0
  8.  
  9. /*    when linking CTRBLD, be sure to increase the default stack size
  10.  *    to at least 8K; otherwise a stack overflow message is likely
  11.  *    when CTRBLD is run
  12.  */
  13.