#include <stdio.h>
#include "general.h"
Go to the source code of this file.
Functions | |
int | rr_feof (FILE *fp) |
Check for EOF condition on a given fp. Needed because "feof()" does not work for some reason. Roni Rosenfeld, 11/92
Definition in file rr_feof.c.
|
customized version of feof Definition at line 29 of file rr_feof.c. References quit(). Referenced by calc_mem_req(), compute_perplexity(), get_ngram(), load_arpa_lm(), main(), and merge_tempfiles(). |