libicsc
1.0.0
|
Functions used for debugging and error reporting. More...
Functions | |
void | icsc_enable_debug () |
Enable debug messages. More... | |
void | icsc_disable_debug () |
Disable debug messages. More... | |
void | icsc_debug (const char *fmt,...) |
Display a debug message to stderr. More... | |
void | icsc_error (const char *fmt,...) |
Display an error message to stderr. More... | |
Functions used for debugging and error reporting.
void icsc_debug | ( | const char * | fmt, |
... | |||
) |
Display a debug message to stderr.
The string "ICSC DEBUG: " is prepended to the message. Parameters and formatting follow the same rules as printf().
This function only output anything if debugging is first enabled with icsc_enable_debug().
void icsc_disable_debug | ( | ) |
Disable debug messages.
none |
void icsc_enable_debug | ( | ) |
Enable debug messages.
none |
void icsc_error | ( | const char * | fmt, |
... | |||
) |
Display an error message to stderr.
The string "ICSC ERROR: " is prepended to the message. Parameters and formatting follow the same rules as printf().