|
MLLIF
a MLIR-based Language to Language Interoperability Flyover
|
#include "library.h"#include <cstdlib>#include <coreclr_delegates.h>#include <hostfxr.h>#include <nethost.h>#include <dlfcn.h>Go to the source code of this file.
Macros | |
| #define | c_dlopen(f) |
| #define | c_dlclose dlclose |
| #define | c_dlsym dlsym |
| #define c_dlclose dlclose |
Definition at line 16 of file BridgeStub.cxx.
| #define c_dlopen | ( | f | ) |
Definition at line 15 of file BridgeStub.cxx.
| #define c_dlsym dlsym |
Definition at line 17 of file BridgeStub.cxx.