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


5.9.3.31 x1f4_tail_program

extern int x1f4_tail_program
    (void *program);

The x1f4_tail_program function test whether program program execution completed and returns 0 if so and non zero otherwise.

See Imperative Program Execution.

See x1f4_head_program.

See x1f4_slip_program.