#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <errno.h>#include <limits.h>#include <math.h>#include <string.h>#include <strings.h>#include "confloader.h"Go to the source code of this file.
Functions | |
| int | confparse (char *conffile, FILE *fderr) |
| option | getconf (const char *name) |
To see the documentation for this file, you must set the INTERNAL_DOCS variable of the Doxyfile to YES and recompile the documentation using "make doc"
Definition in file confloader.c.
|
||||||||||||
|
Here is the main function: it takes as parameter the configuration file to load Definition at line 470 of file confloader.c. References option::mandatory, and option::name. |
|
|
This function is used to search an option in the conf array by its name Definition at line 505 of file confloader.c. References option::name. |
1.3.6