This is config.h in view mode; [Download] [Up]
#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 */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.