Next: , Previous: x1f4_look_shuffle, Up: Procedural Language Interpreter Functions


5.6.3.7 x1f4_near_shuffle

extern int x1f4_near_shuffle
    (void **subtext, void *x1f4_program);

The x1f4_near_shuffle function creates the step by step execution context required by the x1f4_program step by step execution and stores the result at the address pointed to by subtext.

The function returns 0 for success, one of the defined error codes for failure.

See Procedural Program Execution.

See x1f4_side_shuffle.

See Step By Step Procedural Program Execution Example.