home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
simtel
/
emacs
/
src
/
cclass.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
|
1994-07-07
|
256 b
|
12 lines
#define c_SIMPLE 0x01 /* 1 screen char */
#define c_CWORD 0x02 /* alphanumeric or _ */
#define c_WHITE 0x04
#define c_TAB 0x08
#define c_LOWC 0x10
#define c_ALPHA 0x20
#define c_DIGIT 0x40
#define c_FENCE 0x80