Next: x1f4_init_lxdecq, Previous: x1f4_fini_lxdecq, Up: Decq Library Functions [Index]
extern int x1f4_fset_lxdecq (void *lxdecq, const struct x1f4_linetext_type **functions);
The x1f4_fset_lxdecq
function stores the address of the null terminated
array of contextualized function definitions provided by the lxdecq
decq
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 Context.
Null terminated means here that the last function definition in the array has
its name
field set to NULL
.
The function returns 0
.