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

  1. /* Lattice C compiler (tested with release 3.10 & 3.20 for IBM-PC) */
  2.  
  3. #include <fcntl.h>    /* FROM LATTICE */
  4. #define BUPDATE (O_RDWR | O_RAW)
  5. #define    BCREATE    (S_IWRITE | S_IREAD | O_RAW)
  6. #define C255    -1
  7. #define ct_NULL    (char *) 0
  8. #define RLOCK    CTRLOCK
  9.  
  10. /*
  11.  * Note that uninitialized auto variable warnings such as lstbyt in CTRBL2
  12.  * and pntr, fv1 and fv2 in CTKRNL can be ignored: the compiler is not
  13.  * smart enough to follow the actual usage.
  14.  *
  15.  * Be sure that the PERC_H option is used (in CTOPTN.H)
  16.  */
  17.