Next: , Previous: x1f4_inIt_shuffle, Up: Procedural Language Interpreter Functions


5.6.3.4 x1f4_init_shuffle

extern int x1f4_init_shuffle
    (void **x1f4_program, const char *program, unsigned flags,
     const struct x1f4_a1_type *a1);

The x1f4_init_shuffle function constructs the executable program representation from the program textual representation in the interpretation context described by flags and a1 and stores the result at the address pointed to by x1f4_program.

See Procedural Language Interpreter Generation Flags.

See struct x1f4_a1_type.

The function returns 0 for success, one of the defined error codes for failure.

See Procedural Language Interpreter Errors.