Next: , Up: Procedural Language Interpreter Functions   [Index]


6.14.3.1 x1f4_call_shuffle

extern int x1f4_call_shuffle
    (void *subtext, struct x1f4_transfer_type **transfer);

The x1f4_call_shuffle function stores the address of the struct x1f4_transfer_type record embedded in the subtext step by step execution context at transfer.

See struct x1f4_transfer_type.

The record will describe the function calls that require action to be taken outside the interpreter control.

See Outside Procedural Interpreter Control.

The function returns 0.