lq-text: LQU_fEopen

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.

Errors

Warns if the file can't be opened.