API FILE *
LQU_fEopen
(Severity, Name, What, Mode)
int Severity;
CONST char *Name;
CONST char *What;
CONST char *Mode;
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_fÂEopen does not return after an error.