Next: x1f4_inIt_program, Previous: x1f4_head_program, Up: Imperative Language Interpreter Functions [Index]
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.