kvprintf - print formatted kstdout output of variable arguments
LIBRARY CALL
int kvprintf(
const char *format,
kva_list args)
INPUT
format - the format in which to the arguments will be
args - an argument list which are used as the
the inputs to the format command.
OUTPUT
none
RETURN VALUE
The number of characters written to kstdout.
DESCRIPTION
This function is a replacement for the system "vprintf"
call. The only difference is that kvprintf() uses the
transport routines to print the string. The text will
be printed to kstdout.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/kstdio.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.