GRASS GIS 7 Programmer's Manual
7.8.2(2019)-exported
|
Go to the documentation of this file.
16 #include <grass/gis.h>
17 #include <grass/glocale.h>
29 const struct Key_Value *kv)
31 FILE *fp = fopen(
file,
"w");
58 fp = fopen(
file,
"r");
void G_fatal_error(const char *msg,...)
Print a fatal error message to stderr.
int G_fwrite_key_value(FILE *fd, const struct Key_Value *kv)
Write key/value pairs to 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_fread_key_value(FILE *fd)
Read key/values pairs from file.
struct Key_Value * G_read_key_value_file(const char *file)
Read key/values pairs from file.