Codebase list libgeotiff / debian/1.2.4-3 defs.h
debian/1.2.4-3

Tree @debian/1.2.4-3 (Download .tar.gz)

defs.h @debian/1.2.4-3raw · history · blame

/*
 * This file is included by the CSV ".c" files in the csv directory.
 */

#include <stdio.h>

/* Data structures */
typedef const char * datafile_rows_t;
typedef struct datafile_s {
  const char *name;
  const datafile_rows_t **rows; 
} datafile_t;