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


5.9.3.19 x1f4_over_program

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.

See Extended Execution Context.