Next: x1f4_note_program, Previous: x1f4_meta_routine, Up: Imperative Language Interpreter Functions [Index]
extern int x1f4_near_routine (void **subtext, void *program);
The x1f4_near_routine
function creates the step by step execution
context required by the program
step by step execution and stores
the result at the address pointed to by subtext
.
The function returns 0
for success, one of the defined error codes for
failure.
See Imperative Program Execution.
See x1f4_side_routine.