16 #include <grass/gis.h>
30 const struct Key_Value *kv,
int *
stat)
35 fd = fopen(file,
"w");
60 fd = fopen(file,
"r");
struct Key_Value * G_fread_key_value(FILE *fd)
Read key/values pairs from file.
int G_fwrite_key_value(FILE *fd, const struct Key_Value *kv)
Write key/value pairs to file.
struct Key_Value * G_read_key_value_file(const char *file, int *stat)
Read key/values pairs from file.
int G_write_key_value_file(const char *file, const struct Key_Value *kv, int *stat)
Write key/value pairs to file.