|
libww libww
WWitch compatibility library for the Wonderful toolchain
|
#include <indirect.h>
Data Fields | |
| IL | super |
| IL_FUNCTION int(* | _open )(const char __far *name, IL __far *buffer) |
| IL_FUNCTION int(* | _open_system )(const char __far *name, IL __far *buffer) |
Definition at line 38 of file indirect.h.
| IL_FUNCTION int(* _open) (const char __far *name, IL __far *buffer) |
Load the specified IL from /rom0 or /kern. The IL header is copied to the provided buffer with addresses appropriately relocated to match the IL's location in ROM.
Definition at line 49 of file indirect.h.
| IL_FUNCTION int(* _open_system) (const char __far *name, IL __far *buffer) |
Load the specified IL from /kern only (system ILs only). The IL header is copied to the provided buffer with addresses appropriately relocated to match the IL's location in ROM.
Definition at line 59 of file indirect.h.
| IL super |
Definition at line 39 of file indirect.h.