Specifications for an Error Reporting Function

The error handler is a void function passed one string pointer. The call for an error reporting function is as follows:

void err_report(func_name)

UCHAR *func_name;    /* Pointer to function name string        */

The func_name parameter is a string that contains the name of the function that called the error function.


Home Contents Previous Next