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


5.9.3.6 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.