Go to the documentation of this file.
112 FILE *
xfopen(
const char * fname,
const char * mode );
113 FILE *
xfopen(
const std::string &fname,
const char * mode );
116 FILE *
xfreopen(
const char * filename,
const char * mode, FILE * stream );
124 int xfprintf( FILE * out,
const char * fmt, ... );
125 int xfscanf( FILE * in,
const char * fmt, ... );
132 char *
xfgets(
char *s,
int n, FILE *in );
134 int xgetc( FILE * f );
135 int xungetc(
int c, FILE * f );
145 size_t xfread(
void * ptr,
size_t size,
size_t count, FILE * stream );
146 size_t xfwrite(
const void * ptr,
size_t size,
size_t count, FILE * stream );
161 int xfeof ( FILE * f );