Next: x1f4_node_lxfile, Previous: x1f4_link_lxfile, Up: File Library Functions [Index]
extern int x1f4_list_lxfile(void *lxfile, void *lxlist);
The x1f4_list_lxfile
function stores the lxlist
address of some
list library object with the file library object stored at the lxfile
address.
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 File Library Generation Flags.
The function returns 0
.