home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume8 / se / part01 / constdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-01-25  |  325 b   |  24 lines

  1. /*
  2.  * $Header: constdefs.h,v 1.1 86/05/06 13:35:37 osadr Exp $
  3.  */
  4.  
  5. /*
  6.  * $Log:    constdefs.h,v $
  7.  * Revision 1.1  86/05/06  13:35:37  osadr
  8.  * Initial revision
  9.  * 
  10.  * 
  11.  */
  12.  
  13. /*
  14. ** constdefs.h
  15. **
  16. ** Standard macro definitions for se screen editor
  17. */
  18.  
  19. #define    EOS '\0'
  20. #define    ERR (-3)
  21. #define    OK (-2)
  22. #define    NO 0
  23. #define    YES 1
  24.