ARB
|
#include "defines.h"
Go to the source code of this file.
Classes | |
struct | S_cfgLine |
Typedefs | |
typedef int(* | decodeFunc )(str afterKeyword, void *varPointer) |
typedef struct S_cfgLine * | cfgLine |
Functions | |
int | readCfg (cstr fname, struct S_cfgLine line[]) |
void | setCfgError (cstr message) |
Definition at line 29 of file readcfg.c.
References cfgReadWarning(), COMMENT, S_cfgLine::decode, error_message, MAXLEN, scanKeywords(), warning(), and warningf().
Referenced by readSimCfg().
void setCfgError | ( | cstr | message | ) |
Definition at line 150 of file readcfg.c.
References error_message, and message().
Referenced by decodeFrand(), and decodeProb().