20 " ParseInit found a single quote on this line. This was used"
21 " for file names in C90, but double quotes are used now.\n" );
22 fprintf(
ioQQQ,
" The single quote has been ignored.\n" );
39 chName =
"cloudy.ini";
49 ioInitFile =
open_data( chName.c_str(),
"r" );
61 while(
read_whole_line(chLocal,(
int)
sizeof(chLocal),ioInitFile) != NULL )
bool nMatch(const char *chKey) const
FILE * open_data(const char *fname, const char *mode, access_scheme scheme)
int GetQuote(string &chLabel)
int cdRead(const char *chInputLine)
NORETURN void StringError() const
const int INPUT_LINE_LENGTH
void ParseInit(Parser &p)
#define DEBUG_ENTRY(funcname)
int fprintf(const Output &stream, const char *format,...)
char * read_whole_line(char *chLine, int nChar, FILE *ioIN)