Go to the source code of this file.
int read_settings_file |
( |
char * |
file_name, |
|
|
char *** |
outv |
|
) |
| |
Definition at line 53 of file read_settings.c.
59 assert(*outv == NULL);
60 assert(! strcmp(
"settings",Cur->
name));
68 *outv = (
char **)
my_malloc(count *
sizeof(
char *));
static void * my_malloc(int ibytes)
ezxml_t FindElement(INP ezxml_t Parent, INP const char *Name, INP boolean Required)
static int process_settings(ezxml_t Cur, char **outv)
ezxml_t ezxml_parse_file(const char *file)
char * my_strdup(const char *str)