#include "gis.h"Include dependency graph for key_value2.c:

Go to the source code of this file.
Functions | |
| int | G_fwrite_key_value (FILE *fd, struct Key_Value *kv) |
| Key_Value * | G_fread_key_value (FILE *fd) |
| struct Key_Value* G_fread_key_value | ( | FILE * | fd | ) |
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 | |||
| ) |
Definition at line 7 of file key_value2.c.
References fprintf(), and if().
Referenced by G_write_key_value_file().
1.4.7