In file errors.h:

void _interror

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

Log an internal error.

Documentation

Log an internal error.

Logs and audits an error silently (no user notification). 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_int()

Alphabetic index



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