diff options
Diffstat (limited to 'dev/LibCompiler/Util')
| -rw-r--r-- | dev/LibCompiler/Util/DylibHelpers.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev/LibCompiler/Util/DylibHelpers.h b/dev/LibCompiler/Util/DylibHelpers.h new file mode 100644 index 0000000..71ca230 --- /dev/null +++ b/dev/LibCompiler/Util/DylibHelpers.h @@ -0,0 +1,13 @@ +/* ------------------------------------------- + + Copyright (C) 2025 Amlal EL Mahrouss, all rights reserved + +------------------------------------------- */ + +#pragma once + +#include <LibCompiler/Defines.h> +#include <dlfcn.h> + +typedef Int32(*LibCompilerEntrypoint)(Int32 argc, CharType const* argv[]); +typedef VoidPtr DylibHandle; |
