<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqutil">
<Function File="../../src/liblqutil/fEopen.c">
<Name>LQU_fEopen</Name>
<Class>Utilities/Files
<Purpose>
This is the stdio equivalent of LQU_Eopen.
<Returns>
a freshly opened file pointer (FILE *) on success, or
NULL if the file couldn't be opened.
If E_FATAL was given, LQU_fEopen does not return after an error.
<Errors>
Warns if the file can't be opened.
</Function>
<Decl>
API FILE *
LQU_fEopen(Severity, Name, What, Mode)
    int Severity;
    CONST char *Name;
    CONST char *What;
    CONST char *Mode;
</Decl>
</Entry>
