home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog_c
/
blk.lzh
/
BLK
/
LEX.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-08-16
|
142 b
|
9 lines
#define RT_EOF 0
#define RT_ESC 1
#define RT_STR 2
#define RT_NUM 3
#define RT_ID 4
#define RT_CHR 5
#define RT_CHRC 6
#define RT_NEWLN 7