49 const char *
key,
char value[],
int n)
struct Key_Value * G_read_key_value_file(const char *)
Read key/values pairs from file.
void G_update_key_value_file(const char *file, const char *key, const char *value)
Update file, set up value for given key.
int G_lookup_key_value_from_file(const char *file, const char *key, char value[], int n)
Look up for key in file.
void G_set_key_value(const char *, const char *, struct Key_Value *)
Set value for given key.
void G_write_key_value_file(const char *, const struct Key_Value *)
Write key/value pairs to file.
void G_free_key_value(struct Key_Value *)
Free allocated Key_Value structure.
const char * G_find_key_value(const char *, const struct Key_Value *)
Find given key (case sensitive)