Previous: x1f4_slip_lxdash, Up: Index Library Functions [Index]
extern int x1f4_type_lxdash(struct x1f4_nodetype_type *nodetype, int type);
The x1f4_type_lxdash
function sets the nodetype
record to
describe the ‘index’ 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 ‘index’ data type id (the
linetype_set.type
field in the struct x1f4_lxdash_type
record
when constructing the index library via the x1f4_init_lxdash
).
See x1f4_init_lxdash.
See struct x1f4_nodetype_type.
The function returns 0
.