home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyclopedia of Graphics File Formats Companion
/
GFF_CD.ISO
/
software
/
os2
/
gbm
/
src
/
standard.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-28
|
230 b
|
14 lines
/*
STANDARD.H Custom header file that provides commonly used equates
*/
typedef int BOOLEAN;
#define TRUE 1
#define FALSE 0
#define byte unsigned char
#define word unsigned short
#define dword unsigned long