Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > e82cfa74588202211b9a8f6423d91a0f > files > 19

geotiff-debug-1.2.4-1mdv2008.1.i586.rpm


/*
 * 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;