![]() |
My Project
debian-1:4.1.1-p2+ds-4build2
|
#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 | |
short | errorreported |
void(* | WerrorS_callback )(const char *s) |
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.
size_t myfread | ( | void * | ptr, |
size_t | size, | ||
size_t | nmemb, | ||
FILE * | stream | ||
) |
Definition at line 195 of file feFopen.cc.
void WerrorS | ( | const char * | s | ) |
Definition at line 24 of file feFopen.cc.
short errorreported |
Definition at line 23 of file feFopen.cc.
Definition at line 22 of file feFopen.cc.
Definition at line 21 of file feFopen.cc.