Next: , Previous: x1f4_flat_program, Up: Imperative Language Interpreter Functions


4.8.3.5 x1f4_head_program

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.