![]()  | 
  
    My Project
    
   | 
 
#include "singular_resourcesconfig.h"#include "feResource.h"#include "feFopen.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <errno.h>Go to the source code of this file.
Functions | |
| void | WerrorS (const char *s) | 
| FILE * | feFopen (const char *path, const char *mode, char *where, short useWerror, short path_only) | 
| FILE * | myfopen (const char *path, const char *mode) | 
| size_t | myfread (void *ptr, size_t size, size_t nmemb, FILE *stream) | 
Variables | |
| VAR void(* | WerrorS_callback )(const char *s) = NULL | 
| VAR void(* | PrintS_callback )(const char *s) = NULL | 
| VAR short | errorreported =0 | 
| FILE * feFopen | ( | const char * | path, | 
| const char * | mode, | ||
| char * | where, | ||
| short | useWerror, | ||
| short | path_only | ||
| ) | 
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.
| VAR short errorreported =0 | 
Definition at line 23 of file feFopen.cc.
Definition at line 22 of file feFopen.cc.