home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / FEB88.ZIP / BIGFILE2.H < prev    next >
Encoding:
C/C++ Source or Header  |  1983-02-02  |  384 b   |  15 lines

  1.  /* viewcmds.h - definition of codes for input commands */
  2.  
  3. #define   NEXTPAGE        0
  4. #define   PREVPAGE        1
  5. #define   FIRSTPAGE       2
  6. #define   LASTPAGE        3
  7. #define   MOVETOPOS       4
  8. #define   EXITPGM         5
  9. #define   NEXTLINE        6
  10. #define   PREVLINE        7
  11. #define   INVALIDCMD     99
  12.  
  13.  
  14.  
  15.