kvfscanf - scan formatted kfile input of variable arguments
LIBRARY CALL
int kvfscanf(
kfile *file,
const char *format,
kva_list args)
INPUT
file - kfile structure
format - the format in which to the arguments will be
OUTPUT
args - an argument list which are used as the
the inputs to the format command.
RETURN VALUE
number of matched arguments found in the kfile transport
DESCRIPTION
This function is a replacement for the system "vfscanf"
call. The only difference is that kvfscanf() uses the
transport routines to scan the text. The text will
be scanned from 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.