home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / se / part1 / constdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  153 b   |  12 lines

  1. /*
  2. ** constdefs.h
  3. **
  4. ** Standard macro definitions for se screen editor
  5. */
  6.  
  7. #define    EOS '\0'
  8. #define    ERR (-3)
  9. #define    OK (-2)
  10. #define    NO 0
  11. #define    YES 1
  12.