#include <stdio.h>#include <stdlib.h>#include <string.h>#include "../msg.c"#include <assert.h>#include <getopt.h>#include <libgen.h>#include "../error/error.c"#include "../hash/nps_vocab.c"#include "./dataCheckLib.c"#include "dataCheckLib.h"Defines | |
| #define | _GNU_SOURCE |
Functions | |
| void | usage (char *progname, FILE *f) |
| void | lineIter (FILE *infile) |
| int | main (int argc, char **argv) |
Variables | |
| const size_t | BuffSizeDefault = (1<<24) |
| size_t | BuffSize = (1<<24) |
| char *const | fileName = NULL |
| struct option | long_options [] |
| NPS_VOC_T * | instDict |
| #define _GNU_SOURCE |
| void lineIter | ( | FILE * | infile | ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void usage | ( | char * | progname, | |
| FILE * | f | |||
| ) |
| size_t BuffSize = (1<<24) |
| const size_t BuffSizeDefault = (1<<24) |
| char* const fileName = NULL |
| NPS_VOC_T* instDict |
| struct option long_options[] |
{
{"help",0,NULL,'h'} ,
{"buffer_size",0,NULL,'b'}
}
1.6.3