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


7.12.3.16 x1f4_list_lxfile

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.