Next: x1f4_peer_shuffle, Previous: x1f4_note_shuffle, Up: Procedural Language Interpreter Functions [Index]
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
.