mess822x 1.23
mess822x
|
#include "stralloc.h"
Go to the source code of this file.
Data Structures | |
struct | config_str |
Macros | |
#define | CONFIG_STR {{0},0} |
#define | config(c) ((c)->flagconf) |
#define | config_data(c) (&((c)->sa)) |
Functions | |
int | config_default (config_str *, char *) |
int | config_copy (config_str *, config_str *) |
int | config_env (config_str *, char *) |
int | config_readline (config_str *, char *) |
int | config_readfile (config_str *, char *) |
int config_copy | ( | config_str * | c, |
config_str * | d | ||
) |
int config_default | ( | config_str * | c, |
char * | s | ||
) |
int config_env | ( | config_str * | c, |
char * | s | ||
) |
int config_readfile | ( | config_str * | c, |
char * | fn | ||
) |
int config_readline | ( | config_str * | c, |
char * | fn | ||
) |