#include <stdio.h>#include <stdlib.h>#include <string.h>#include <getopt.h>#include "../io/fopen.c"#include "../io/fgetl.c"#include "../hash/nps_vocab.c"#include "../config.h"Defines | |
| #define | BUFFSIZE 1024 |
Functions | |
| void | usage (char *progname) |
| void | version () |
| int | main (int argc, char **argv) |
Variables | |
| const char * | BAD_WORDS [] |
| #define BUFFSIZE 1024 |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void usage | ( | char * | progname | ) |
| void version | ( | ) |
| const char* BAD_WORDS[] |
{
"**BIAS**",
"***KERNELMAP***",
"***NAMEDLABELSIDS***",
"***NORMALIZING-CONSTANT-Z***",
"***UNKNOWNCLASS***",
NULL
}
1.6.3