#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../io/fgetl.c"
#include "../io/fopen.c"
#include "../hash/nps_vocab.c"
Defines | |
#define | BUFFSIZE 1024 |
Functions | |
void | usage (char *progname) |
void | dump_features (void *feat, void *value, void *df) |
int | main (int argc, char **argv) |
#define BUFFSIZE 1024 |
void dump_features | ( | void * | feat, | |
void * | value, | |||
void * | df | |||
) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
void usage | ( | char * | progname | ) |