#include <stdio.h>
Go to the source code of this file.
|
FILE * | Efopen (const char *Name, const char *Mode) |
|
Include Files and Type Defines
Definition at line 26 of file efio.h.
FILE* Efopen |
( |
const char * |
Name, |
|
|
const char * |
Mode |
|
) |
| |
Public Function Prototype
Public Code
Definition at line 32 of file efio.cpp.
54 File = fopen (Name, Mode);
56 sprintf (ErrorMessage,
"Unable to open %s", Name);
void DoError(int Error, const char *Message)