Previous: , Up: Decq Library Functions   [Index]


7.22.3.9 x1f4_type_lxdecq

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

The x1f4_type_lxdecq function sets the nodetype record to describe the ‘decq’ data type. type is used for the code field of the struct x1f4_nodetype_type record and it should be the integer used for the ‘decq’ data type id (the decqtype_set.type field in the struct x1f4_lxdecq_type record when constructing the decq library via the x1f4_init_lxdecq).

See x1f4_init_lxdecq.

See struct x1f4_lxdecq_type.

See struct x1f4_nodetype_type.

The function returns 0.