Next: x1f4_inIt_shuffle, Previous: x1f4_head_shuffle, Up: Procedural Language Interpreter Functions [Index]
extern int x1f4_hold_shuffle (void *program, const struct x1f4_linetext_type **linetext);
The x1f4_hold_shuffle
function stores the address of the struct
x1f4_linetext_type
definition for function ‘main’ in the program
program at linetext
.
See struct x1f4_linetext_type.
The function returns 0
.
Though it may not be called from an aime program, ‘main’ is an ordinary function and can be called.