GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <string.h>
#include <stdio.h>
#include <grass/Vect.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | dig_read_frmt_ascii (FILE *dascii, struct Format_info *finfo) |
int | dig_write_frmt_ascii (FILE *dascii, struct Format_info *finfo, int format) |
int dig_read_frmt_ascii | ( | FILE * | dascii, |
struct Format_info * | finfo | ||
) |
Definition at line 27 of file frmt.c.
References buff, G_chop(), G_debug(), G_getl2(), G_index(), G_store(), G_strcasecmp(), G_warning(), and NULL.
Referenced by Vect__open_old().