Next: x1f4_pick_program, Previous: x1f4_note_program, Up: Imperative Language Interpreter Functions [Index]
extern int x1f4_over_program (void *program, void ***p);
The x1f4_over_program
function stores the address of the extended
execution context vector for the executing program
at p
.
The function may not be called for programs that are not executing.
The function returns 0
.