libgeotiff
defs.h
1 
2 /*
3  * This file is included by the CSV ".c" files in the csv directory.
4  */
5 
6 #include <stdio.h>
7 
8 /* Data structures */
9 typedef const char * datafile_rows_t;
10 typedef struct datafile_s {
11  const char *name;
12  const datafile_rows_t **rows;
13 } datafile_t;
Definition: defs.h:10

Generated for libgeotiff by doxygen 1.8.7