home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
pctech
/
feb88.arc
/
BIGFILE2.H
< prev
next >
Wrap
Text File
|
1983-02-02
|
384b
|
15 lines
/* viewcmds.h - definition of codes for input commands */
#define NEXTPAGE 0
#define PREVPAGE 1
#define FIRSTPAGE 2
#define LASTPAGE 3
#define MOVETOPOS 4
#define EXITPGM 5
#define NEXTLINE 6
#define PREVLINE 7
#define INVALIDCMD 99