File: DISPLAY.txt

package info (click to toggle)
libticables3 3.9.6-10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,656 kB
  • ctags: 2,184
  • sloc: ansic: 15,996; sh: 9,298; makefile: 526; yacc: 288; awk: 145; sed: 16
file content (23 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[Main]
Name=DISPLAY
Type=Function
Header=cabl_int.h
Definition=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@