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


5.9.3.7 x1f4_head_routine

extern int x1f4_head_routine
    (void *subtext);

The x1f4_head_routine 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 Imperative Program Execution.

See x1f4_step_routine.

See Step By Step Imperative Program Execution Example.