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


5.6.3.9 x1f4_rail_shuffle

extern int x1f4_rail_shuffle
    (void *x1f4_program);

The x1f4_rail_shuffle function fits the x1f4_program for step by step execution.

The function returns 0.

See Procedural Program Execution.

See Step By Step Procedural Program Execution Example.