summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/Util/DylibHelpers.h
blob: be8119f67a689f7f866b0ec60258f8e9b6c2480f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -------------------------------------------

  Copyright (C) 2025 Amlal EL Mahrouss, all rights reserved

------------------------------------------- */

#pragma once

#include <LibCompiler/Defines.h>
#include <dlfcn.h>

typedef Int32 (*LibCompilerEntrypoint)(Int32 argc, Char const* argv[]);
typedef VoidPtr DylibHandle;