BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
kfclose - close a data transport stream
LIBRARY CALL
int kfclose( kfile *file)
INPUT
file
- the kfile pointer representing the open stream to a khoros data transport mechanism that was opened earlier using kfopen().
OUTPUT
none
RETURN VALUE
0 on success, -1 on failure.
DESCRIPTION
This function is a replacement for the system "fclose" call; kfclose() supports all khoros data transport mechanisms, not just Unix files.
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.