Previous: , Up: Record Library Functions   [Index]


7.20.3.9 x1f4_type_lxline

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

The x1f4_type_lxline function sets the nodetype record to describe the ‘record’ 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 ‘record’ data type id (the linetype_set.type field in the struct x1f4_lxline_type record when constructing the record library via the x1f4_init_lxline).

See x1f4_init_lxline.

See struct x1f4_lxline_type.

See struct x1f4_nodetype_type.

The function returns 0.