hotwire/examples/unix/main.c
interfiberschool 7240505bd1 init
2023-03-16 18:04:29 +00:00

6 lines
No EOL
125 B
C

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