vconsoleprintf

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 vconsoleprintf (
     const char   *string,
     va_list       args);
  

Parameters

format

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

args

(IN) Specifies a variable argument list. The number of arguments is determined by the format string.

Return Values

Returns the number of characters written.

Remarks

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

See Also