BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kvscanf - scan formatted kstdin input of variable arguments

LIBRARY CALL

int kvscanf(
   const char *format,
   kva_list args)

INPUT

OUTPUT

RETURN VALUE

number of match arguments found from kstdin

DESCRIPTION

This function is a replacement for the system "vscanf" call. The only difference is that kvscanf() uses the transport routines to scan the string. The text will be scanned in from kstdin.

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.