DISPLAY Function

cabl_int.h

int DISPLAY (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(stdout) 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 @ticable_DISPLAY_settings@ to DSP_ON. Under Linux, informations are printed to stdout (console or xterm). Under Windows, informations are printed into a DOS console.

See also

@DISPLAY_ERROR@


Return to the API index