BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kvsscanf - scan formatted string of a variable argument list

LIBRARY CALL

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

INPUT

OUTPUT

RETURN VALUE

number of match arguments found in the supplied string

DESCRIPTION

This function is a replacement for the system "vsscanf" call. The only difference is that kvsscanf() uses the transport routines scanning routines. The text will be scanned 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.