BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kvfprintf - print formatted kfile output of variable arguments

LIBRARY CALL

int kvfprintf(
   kfile      *file,
   const char *format,
   kva_list    args)

INPUT

OUTPUT

none

RETURN VALUE

The number of characters written to kfile transport.

DESCRIPTION

This function is a replacement for the system "vfprintf" call. The only difference is that kvfprintf() uses the transport routines to print the text. The text will be printed to the kfile transport.

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.