init
This commit is contained in:
parent
d5ec6494be
commit
7240505bd1
10 changed files with 128 additions and 1 deletions
6
examples/unix/main.c
Normal file
6
examples/unix/main.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "../../src/dlopen.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
struct hotwire_dll_t dll = hw_dlopen("./bin/exampleUnixLib.dll", RTLD_NOW);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue