Next: x1f4_type_lxfile, Previous: x1f4_init_lxfile, Up: File Library Functions
extern int x1f4_list_lxfile(void *lxfile, void *lxlist);
The x1f4_list_lxfile
function stores the lxlist
address of the
list 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 List Library.
Calling x1f4_list_lxfile
is required only if the file library exports
(like `f_list') referring list objects are to be made available for the
executed programs. And only after both file and list library objects have been
constructed.
See Input File Functions.
See File Library Generation Flags.
The function returns 0
.