In file errors.h:

void _fatal

(char* file, int line, char* format, ...)

Log a fatal error.

Documentation

Log a fatal error.

Logs and audits a fatal error. The user is notified and the current process is terminated. Don't worry about the unusual nature of most of the arguments. They are filled in automatically by the helper macro, logerror. In fact, you must not use this function directly.

Parameters:
file - the source filename where the error occurred.
line - the line number executing at the time of the error.
format - a printf()-like format string, followed by any necessary arguments, as required by the format specifiers.
See Also:
error_fatal()

Alphabetic index



This page was generated with the help of DOC++.