Next: , Previous: , Up: File Library Functions   [Index]


7.12.3.21 x1f4_omap_lxfile

extern int x1f4_omap_lxfile
    (void *lxfile, void *file, int fd);

The x1f4_omap_lxfile function sets the file object for writing 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.