GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <string.h>
#include <grass/gis.h>
#include <grass/Vect.h>
Go to the source code of this file.
Functions | |
int | dig__write_head (struct Map_info *Map) |
int | dig__read_head (struct Map_info *Map) |
int dig__read_head | ( | struct Map_info * | Map | ) |
Definition at line 61 of file head.c.
References buf, dig__fread_port_C(), dig__fread_port_L(), dig_fseek(), dig_init_portable(), dig_set_cur_port(), G_debug(), G_fatal_error(), and G_warning().
Referenced by V1_open_old_nat().
int dig__write_head | ( | struct Map_info * | Map | ) |
Definition at line 22 of file head.c.
References buf, dig__fwrite_port_C(), dig__fwrite_port_L(), dig_fseek(), dig_ftell(), dig_set_cur_port(), and G_debug().
Referenced by V1_close_nat(), and V1_open_new_nat().