home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 125_01 / crt.h < prev    next >
Text File  |  1985-03-10  |  256b  |  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.