Previous: x1f4_text_lxlist, Up: List Library Functions


6.3.3.7 x1f4_type_lxlist

extern int x1f4_type_lxlist(struct x1f4_nodetype_type *nodetype, int type);

The x1f4_type_lxlist function sets the nodetype record for the list library `list' data type. type is used for the code field of the struct x1f4_nodetype_type record and it should be the integer id used for the same `list' data type id, same as the one used for the listtype_set.type field of the struct x1f4_lxlist_type record used for construction the list library via the x1f4_init_lxlist function.

See x1f4_init_lxlist.

See struct x1f4_lxlist_type.

See struct x1f4_nodetype_type.

The function returns 0.