BOOTSTRAP (kutils) functions
LIBRARY ROUTINE
ktmpfile - create a temporary data transport stream
LIBRARY CALL
kfile *ktmpfile(void)
INPUT
none
OUTPUT
none
RETURN VALUE
The kfile pointer representing the open stream
to the temporary transport on success, NULL on failure
DESCRIPTION
This function is a replacement for the UNIX system
call "ktmpfile"; ktmpfile() supports all khoros data
transports, not just unix files. The data transport
will automatically be deleted when closed.
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.