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


5.9.3.24 x1f4_rail_program

extern int x1f4_rail_program
    (void *program);

The x1f4_rail_program function fits the program for step by step execution by x1f4_step_routine.

The function returns 0.

See Imperative Program Execution.

See Step By Step Imperative Program Execution Example.