|
|
0.34
int gtkopts_load(const char *file);
int gtkopts_save(const char *file);
const char *gtkopts_getvalue(const char *key);
int gtkopts_setvalue(const char *key, const char *val);
typedef struct _t_conf {
struct _t_conf *next;
char *key;
char *value;
} t_conf;
extern t_conf *gtkopts_conf;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.