home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / SOSS31.ZIP / INCLUDE / EM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-11  |  289 b   |  13 lines

  1. /* Copyright 1986 by Carnegie Mellon */
  2. /*  Copyright 1984 by the Massachusetts Institute of Technology  */
  3.  
  4. /* These are special values that are returned from the keyboard
  5.  * when unusual keys are pressed.
  6.  */
  7.  
  8. #define    NONE    -1
  9. #define    C_BREAK    -2
  10. #define    F9    -3
  11. #define    F10    -4
  12.  
  13.