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


6.14.3.5 x1f4_hold_shuffle

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.