home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
pcmagazi
/
1988
/
10
/
pcmag.h
< prev
next >
Wrap
C/C++ Source or Header
|
1988-05-30
|
257b
|
21 lines
/* PcMag.H - Standard definitions for PC magazine C programs */
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#ifndef NULL
#define NULL 0
#endif
#ifndef ERROR
#define ERROR -1
#endif
/* End of PcMag.h */