Next: , Previous: x1f4_cfix_lxlist, Up: List Library Functions


6.3.3.2 x1f4_dset_lxlist

extern int x1f4_dset_lxlist
    (void *lxlist, const struct x1f4_datatype_type **datatypes);

The x1f4_dset_lxlist functions stores the null terminated array of data type definitions provided by the lxlist list library at the datatypes address.

See struct x1f4_datatype_type.

See Data Type Definition.

There is only one data type the list libraries provide, the `list' type.

Null terminated means here that the last data type definition in the arrays has its name field set to NULL.

The function returns 0.