Next: struct x1f4_lxtile_type, Previous: struct x1f4_indexset_type, Up: Executive Assembler Types [Index]
typedef struct x1f4_lxslip_type { int (*note)(const struct x1f4_lxnote_type **); void *slip; } x1f4_lxslip_type;
The struct x1f4_lxslip_type
record describes an assembled libaime
library object.
See Library Construct.
See Library Construct Library Reference.
note
is the routine fetching the struct x1f4_lxnote_type
library object
operating interface.
The routine returns 0.
slip
is the assembled library object.