30 FILE *fp = fopen(
file,
"w");
60 fp = fopen(
file,
"r");
void void void void G_fatal_error(const char *,...) __attribute__((format(printf
int G_fwrite_key_value(FILE *, const struct Key_Value *)
Write key/value pairs to file.
struct Key_Value * G_fread_key_value(FILE *)
Read key/values pairs from file.
void G_write_key_value_file(const char *file, const struct Key_Value *kv)
Write key/value pairs to file.
struct Key_Value * G_read_key_value_file(const char *file)
Read key/values pairs from file.