Next: x1f4_slip_shuffle, Previous: x1f4_seek_shuffle, Up: Procedural Language Interpreter Functions [Index]
extern int x1f4_side_shuffle (void **subtext, void *program);
The x1f4_side_shuffle
function disposes of the step by step execution
context created for the program
step by step execution.
It executes the leave call observers for the function ‘main’.
See Call Observers.
The function returns 0
for success, non zero for failure.
See Procedural Program Execution.
See x1f4_near_shuffle.