This commit is contained in:
interfiberschool 2023-03-16 18:04:29 +00:00
parent d5ec6494be
commit 7240505bd1
10 changed files with 128 additions and 1 deletions

6
examples/unix/main.c Normal file
View file

@ -0,0 +1,6 @@
#include "../../src/dlopen.h"
int main()
{
struct hotwire_dll_t dll = hw_dlopen("./bin/exampleUnixLib.dll", RTLD_NOW);
}