#include <stdio.h>#include <stdlib.h>#include <string.h>#include <getopt.h>#include <unistd.h>#include <errno.h>#include <sys/stat.h>#include "glib.h"#include "readlines.h"#include "../io/fopen.c"Defines | |
| #define | BUFFSIZE 1024 |
| #define | FILENAME_LEN 80 |
| #define | FLOAT_DELTA 1e-6 |
Functions | |
| void | usage (char *progname) |
| char ** | categorize (char **lines, int numlines, GHashTable *catdata, GHashTable *catlen, int column, char *delimiter, int *numcats) |
| void | catCheck (void *cat, void *l, void *K) |
| void | enumCats (void *cat, void *foo, void *cats) |
| int | main (int argc, char **argv) |
| #define BUFFSIZE 1024 |
| #define FILENAME_LEN 80 |
| #define FLOAT_DELTA 1e-6 |
| void catCheck | ( | void * | cat, | |
| void * | l, | |||
| void * | K | |||
| ) |
| char ** categorize | ( | char ** | lines, | |
| int | numlines, | |||
| GHashTable * | catdata, | |||
| GHashTable * | catlen, | |||
| int | column, | |||
| char * | delimiter, | |||
| int * | numcats | |||
| ) |
| void enumCats | ( | void * | cat, | |
| void * | foo, | |||
| void * | cats | |||
| ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void usage | ( | char * | progname | ) |
1.6.3