Next: x1f4_rail_shuffle, Previous: x1f4_pipe_shuffle, Up: Procedural Language Interpreter Functions [Index]
extern int x1f4_post_shuffle (void *subtext, void *output);
The x1f4_post_shuffle
function stores the result of the last evaluation
of the program associated with the subtext
step by step execution
context at the address indicated by output
. The result is the integer
value returned by the function ‘main’.
The function returns 0
.