<!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_fEclose</Name>
<Class>Utilities/Files
<Purpose>
Closes the given file descriptor, printing error messages if
necessary.
<Returns>
There is no return value.
If E_FATAL was given, LQU_fEclose does not return after an error.
</Function>
<Decl>
API void
LQU_fEclose(Severity, fp, Name, What)
    int Severity;
    FILE *fp;
    CONST char *Name;
    CONST char *What;
</Decl>
</Entry>
