Previous: , Up: Function Pointer Operation Functions   [Index]


14.4.1.3 x1f4_type_effect

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.