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