Next: x1f4_iset_lxfile, Previous: x1f4_ifit_lxfile, Up: File Library Functions [Index]
extern int x1f4_imap_lxfile (void *lxfile, void *file, int fd);
The x1f4_imap_lxfile
function sets the file
object for reading
the fd
file descriptor. lxfile
is expected the file library
object for which the file
object was created.
file
is assumed closed.
The function returns 0
for success, one of the defined error codes for
failure.
See File Library Errors.