![]() |
YAP 7.1.0
|
load_foreign_files/3 has works for the following configurations: More...
Go to the source code of this file.
Macros | |
#define | NO_DYN 1 |
#define | FOREIGN_H |
#define | LOAD_SUCCEEDED 0 |
#define | LOAD_FAILLED -1 |
#define | EAGER_LOADING 1 |
#define | GLOBAL_LOADING 2 |
Typedefs | |
typedef struct StringListItem | StringListItem |
typedef struct StringListItem * | StringList |
typedef struct ForeignLoadItem | ForeignObj |
typedef void(* | YapInitProc) (void) |
Functions | |
void * | Yap_LoadForeignFile (char *, int) |
int | Yap_CallForeignFile (void *, char *) |
int | Yap_CloseForeignFile (void *) |
Int | Yap_LoadForeign (StringList, StringList, char *, YapInitProc *) |
Int | Yap_ReLoadForeign (StringList, StringList, char *, YapInitProc *) |
void | Yap_ReOpenLoadForeign (void) |
void | Yap_ShutdownLoadForeign (void) |
load_foreign_files/3 has works for the following configurations:
YAP should be able to load on most BSD Unixes, but you will need to say that here
YAP also supports COFF loading (pretty much the same technique as used for A.OUT loading) but that is untested so far
Definition in file Foreign.h.
void Yap_ReOpenLoadForeign | ( | void | ) |
Definition at line 289 of file load_foreign.c.