home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
crypt
/
pgp23s
/
config.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
|
1993-05-09
|
271 b
|
12 lines
#ifndef CONFIGP_H
#define CONFIGP_H
/* The types of input we can expect */
typedef enum { BOOL, NUMERIC, STRING } INPUT_TYPE;
extern int processConfigLine( char *option );
extern int processConfigFile( char *configFileName );
#endif /* ifndef CONFIGP_H */