Next: x1f4_inIt_program, Previous: x1f4_flat_program, Up: Imperative Language Interpreter Functions
extern int x1f4_head_program (void *program);
The x1f4_head_program
function initializes step by step program
program execution.
The function returns 0
.
See Imperative Program Execution.
See x1f4_slip_program.
See x1f4_tail_program.