![]() |
My Project
|
#include <stdio.h>
Go to the source code of this file.
Functions | |
FILE * | feFopen (const char *path, const char *mode, char *where=0, short useWerror=0, short path_only=0) |
FILE * | myfopen (const char *path, const char *mode) |
size_t | myfread (void *ptr, size_t size, size_t nmemb, FILE *stream) |
void | WerrorS (const char *s) |
Variables | |
EXTERN_VAR short | errorreported |
EXTERN_VAR void(* | WerrorS_callback )(const char *s) |
EXTERN_VAR void(* | PrintS_callback )(const char *s) |
FILE * feFopen | ( | const char * | path, |
const char * | mode, | ||
char * | where = 0, | ||
short | useWerror = 0, | ||
short | path_only = 0 ) |
Definition at line 47 of file feFopen.cc.
Definition at line 167 of file feFopen.cc.
Definition at line 195 of file feFopen.cc.
Definition at line 24 of file feFopen.cc.
EXTERN_VAR short errorreported |