home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 125_01 / crt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1985-03-11  |  256 b   |  15 lines

  1. /*
  2.  *    Parameter definitions for use with video terminal
  3.  *    library functions
  4.  */
  5.  
  6.  
  7. #define N    (0)
  8. #define NE    (1)
  9. #define E    (2)
  10. #define SE    (3)
  11. #define S    (4)
  12. #define SW    (5)
  13. #define W    (6)
  14. #define NW    (7)
  15.