#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../io/fgetl.c"
#include "../io/fopen.c"
#include "../hash/nps_vocab.c"
Defines | |
#define | KEYBUFFSIZE 32 |
#define | BUFFSIZE 1024 |
Functions | |
void | usage (char *progname) |
char ** | enum_keyfile (FILE *keyfile, int *numkeys, NPS_VOC_T *keys_lookup) |
int | main (int argc, char **argv) |
#define BUFFSIZE 1024 |
#define KEYBUFFSIZE 32 |
char ** enum_keyfile | ( | FILE * | keyfile, | |
int * | numkeys, | |||
NPS_VOC_T * | keys_lookup | |||
) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
void usage | ( | char * | progname | ) |