Next: x1f4_fini_shuffle, Previous: x1f4_call_shuffle, Up: Procedural Language Interpreter Functions [Index]
extern int x1f4_ever_shuffle (void *program, void *context, void *output);
The x1f4_ever_shuffle
function executes the program
program
in the context
execution context.
See Procedural Program Execution.
If successful, the function stores the evaluation result of the ‘main’
function return statement at the address indicated by output
and returns
0
. Non zero is returned for failure.
See Procedural Language Syntax.
See Functions.
See struct x1f4_function_type.
See struct x1f4_operator_type.
The context
evaluation context is passed as the first argument to
function and operator logic evaluation routines. It is otherwise not
interpreted.