home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pctech / 1988_02 / bigfile2.h < prev    next >
Text File  |  1983-02-02  |  384b  |  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.