BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
kfileno - return the transport descriptor
LIBRARY CALL
int kfileno( kfile *file)
INPUT
file
- the kfile structure to be referenced.
OUTPUT
none
RETURN VALUE
The entry descriptor (or -1 if it doesn't exist)
DESCRIPTION
This function is used to retrieve the corresponding kfile entry descriptor, which can be used with the (int fid) routines like: kread(), kwrite().
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/ktransport.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.