#include "parseconf.h"
#include "tunables.h"
#include "str.h"
#include "filestr.h"
#include "defs.h"
#include "sysutil.h"
#include "utility.h"
#include "sysstr.h"
構成 | |
| struct | parseconf_bool_setting |
| struct | parseconf_uint_setting |
| struct | parseconf_str_setting |
関数 | |
| static void | handle_config_setting (struct mystr *p_setting_str, struct mystr *p_value_str, int errs_fatal) |
| static void | copy_string_settings (void) |
| void | vsf_parseconf_load_file (const char *p_filename, int errs_fatal) |
変数 | |
| static const char * | s_p_saved_filename |
| static int | s_strings_copied |
| static struct parseconf_bool_setting | parseconf_bool_array [] |
| static struct parseconf_uint_setting | parseconf_uint_array [] |
| static struct parseconf_str_setting | parseconf_str_array [] |
1.4.7