In file errors.h:

void _interrorsys

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

Log an internal system error.

Documentation

Log an internal system error.

Logs and audits a system error, along with its standard UNIX explanation. The user is not notified. 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.
err - the value of errno.
format - a printf()-like format string, followed by any necessary arguments, as required by the format specifiers.
See Also:
error_intsys()

Alphabetic index



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