#include <stdio.h>
#include <stdarg.h>
#include "rr_libs/general.h"
#include "ngram.h"
Go to the source code of this file.
Functions | |
int | get_ngram (FILE *id_ngram_fp, ngram *ng, flag ascii) |
Definition in file get_ngram.c.
|
Definition at line 31 of file get_ngram.c. References ngram::count, count_t, flag, i, ngram::id_array, ngram::n, quit(), rr_feof(), and rr_fread(). Referenced by calc_mem_req(), and main(). |