home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
diverses
/
csubrtns
/
local.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
|
1987-05-17
|
384 b
|
18 lines
/* useful definitions and sutch thst won't clutter stdio.h */
#define BLANK ' '
#define NEWLINE '\n'
#define TAB '\t'
#define then
#define integer int
#define begin {
#define end }
typedef int boolean;
#define EOS 0
#define YES 1
#define NO 0