#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_fwrite_key_value (FILE *fd, struct Key_Value *kv) |
struct Key_Value * | G_fread_key_value (FILE *fd) |
struct Key_Value* G_fread_key_value | ( | FILE * | fd | ) | [read] |
Definition at line 25 of file key_value2.c.
References G_create_key_value(), G_free_key_value(), G_getl(), G_set_key_value(), G_strip(), and NULL.
Referenced by G_read_key_value_file().
int G_fwrite_key_value | ( | FILE * | fd, | |
struct Key_Value * | kv | |||
) |