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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1983-02-02
|
384 b
|
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