home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
os2
/
rsg_ray
/
standard.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
|
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