Next: , Previous: x1f4_fini_lxnear, Up: Output Library Functions


6.7.3.2 x1f4_fset_lxnear

extern int x1f4_fset_lxnear
    (void *lxnear, const struct x1f4_linetext_type **functions);

The x1f4_fset_lxnear functions stores the null terminated array of contextualized function definitions provided by the lxnear output 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.