home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
tools
/
crossref
/
cref
/
style.h
< prev
next >
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
|
1988-11-24
|
166 b
|
13 lines
#ifndef STYLE_H
#define STYLE_H
#define EOS '\0' /* End Of String */
#define MAXLINE 255
typedef enum
{
FALSE, TRUE
} boolean;
#endif