Next: x1f4_init_lxlist, Previous: x1f4_fini_lxlist, Up: List Library Functions
extern int x1f4_fset_lxlist (void *lxlist, const struct x1f4_linetext_type **functions);
The x1f4_fset_lxlist
functions stores the null terminated array of
contextualized function definitions provided by the lxlist
list library
at the functions
address.
The contextualized function definitions pair function definitions with their respective function specific execution contexts.
See struct x1f4_linetext_type.
See Per Function Execution Contexts.
Null terminated means here that the last function definition in the arrays has
its name
field set to NULL
.
The function returns 0
.