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


5.9.3.27 x1f4_side_routine

extern int x1f4_side_routine
    (void **subtext, void *program);

The x1f4_side_routine function disposes of the step by step execution context created for the program step by step execution.

The function returns 0 for success, non zero for failure.

See Imperative Program Execution.

See x1f4_near_routine.

See Step By Step Imperative Program Execution Example.