|
mess822x 1.25
mess822x
|
#include "open.h"#include "readwrite.h"#include "buffer.h"#include "error.h"#include "getln.h"#include "stralloc.h"#include "config.h"#include "env.h"
Go to the source code of this file.
Functions | |
| int | config_default (config_str *c, char *s) |
| int | config_copy (config_str *c, config_str *d) |
| int | config_env (config_str *c, char *s) |
| int | config_readline (config_str *c, char *fn) |
| int | config_readfile (config_str *c, char *fn) |
| 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 ) |