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


6.14.3.10 x1f4_link_shuffle

extern int x1f4_link_shuffle
    (void *program, void *context);

The x1f4_link_shuffle function executes the program program in the context execution context.

See Procedural Program Execution.

If successful, the function returns 0. Non zero is returned for failure.

See Functions.

See struct x1f4_function_type.

See Prefix Unary Operators.

See Infix Binary Operators.

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.