home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Developer Connection…ice Driver Kit for OS/2 3
/
DEV3-D1.ISO
/
source
/
gbmsrc
/
standard.h
< prev
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
|
1993-10-25
|
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