#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_write_key_value_file (char *file, struct Key_Value *kv, int *stat) |
struct Key_Value * | G_read_key_value_file (char *file, int *stat) |
struct Key_Value* G_read_key_value_file | ( | char * | file, | |
int * | stat | |||
) | [read] |
Definition at line 19 of file key_value3.c.
References G_fread_key_value(), and NULL.
Referenced by G__check_fp_type(), G_ask_proj_name(), G_get_ellipsoid_parameters(), G_get_projinfo(), G_get_projunits(), G_lookup_key_value_from_file(), and G_update_key_value_file().
int G_write_key_value_file | ( | char * | file, | |
struct Key_Value * | kv, | |||
int * | stat | |||
) |
Definition at line 3 of file key_value3.c.
References G_fwrite_key_value(), and NULL.
Referenced by G__make_location(), G__write_fp_format(), and G_update_key_value_file().