DISPLAY_ERROR Function

cabl_int.h

int DISPLAY_ERROR (const char *format, ...);

Parameters

format
a string specifier similator to those used by printf.
...
a variable list of argument.


Summary

A function equivalent to fprintf(stderr) but with some additionnal features.

Description

This functions acts like printf if the libticables library has the verbose support enabled at compile time and if the verbosity level has been set with DISPLAY_settings.html">ticable_DISPLAY_settings to DSP_ON. Under Linux, informations are printed to stderr (console or xterm). Under Windows, informations are printed into a DOS console.

See also

DISPLAY


Return to the API index