Previous: x1f4_slip_effect, Up: Function Pointer Operation Functions [Index]
extern int x1f4_type_effect(struct x1f4_nodetype_type *nodetype, int type);
The x1f4_type_effect
function sets the nodetype
record to
describe the function pointer data types. type
is used for the
code
field of the struct x1f4_nodetype_type
record and it should
be X1f4_E4_CALL
.
See struct x1f4_nodetype_type.
The function returns 0
.