Next: x1f4_dset_lxfile, Previous: x1f4_copy_lxfile, Up: File Library Functions [Index]
extern int x1f4_data_lxfile(void *lxfile, void *lxdata);
The x1f4_data_lxfile
function stores the lxdata
address of the
byte data library to be used by the executed programs with the file library
stored at the lxfile
address, file library that is to be used by the
same executed programs.
See Byte Data Library.
Calling x1f4_data_lxfile
is required only if the file library exports
(like ‘f_b_read’) referring byte data objects are to be made available for
the executed programs. And only after both file and byte data library objects
have been constructed.
See File Library Generation Flags.
The function returns 0
.