consoleprintf

Prints output directly to the System Console or System Logger screen under format control.

Library:LibC
Classification:Novell
Service:Screen Support

Syntax

  #include <screen.h> 
   
  int consoleprintf (
     const char *string,
     ... );
  

Parameters

format

(IN) Points to the format specification string. See Print Format Control Strings.

...

(IN) Points to an argument for a conversion specifier. The number of arguments is determined by the format string.

Return Values

Returns the number of characters written.

Remarks

The consoleprintf functions prints to the System Console screen on NetWare 5.x and to the System Logger screen on NetWare 6.x.

See Also