BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
kfinput - opens a file for reading using kfopen()
LIBRARY CALL
kfile *kfinput( char *filename)
INPUT
filename
- the filename to be opened for reading using the kfopen().
OUTPUT
none
RETURN VALUE
returns the kfile structure on success, NULL upon failure
DESCRIPTION
This function is just a simplified interface to kfopen() that opens a file for reading. The macros calls kfopen using the following syntax:
kfopen(filename, "r")
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/include/kutils/kfile.h
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.