BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kvsprintf - print formatted string output of variable arguments list

LIBRARY CALL

int kvsprintf(
   char  *string,
   const char *format,
   kva_list    args)

INPUT

OUTPUT

none

RETURN VALUE

The number of characters written to the string

DESCRIPTION

This function is a replacement for the system "vsprintf" call. The only difference is that kvsprintf() uses the transport routines printing routines. The text will be printed to the supplied string.

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.