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


6.14.3.4 x1f4_head_shuffle

extern int x1f4_head_shuffle
    (void *subtext);

The x1f4_head_shuffle function initializes step by step execution for the program for which the subtext step by step execution context was created.

The function returns 0.

See Procedural Program Execution.

See x1f4_slip_shuffle.

See x1f4_step_shuffle.

See x1f4_tail_shuffle.

See Step By Step Procedural Program Execution Example.