API void
LQU_fEclose
(Severity, fp, Name, What)
int Severity;
FILE *fp;
CONST char *Name;
CONST char *What;
Purpose
Closes the given file descriptor, printing error messages if necessary.Returns
There is no return value. If E_FATAL was given, LQU_fÂEclose does not return after an error.