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


6.14.3.16 x1f4_over_shuffle

extern int x1f4_over_shuffle
    (void *program, void ***p);

The x1f4_over_shuffle function stores the address of the extended execution context vector (it changes with the called aime function) for the executing program at p.

The function may not be called for programs that are not executing.

The function returns 0.