How to share a variable between a program and dlopen-ed library?
I’m working on making my program extensible and plugin-able, which iterates on a directory containing shared libraries to load them as plugins, using the dlopen
function.
I’m working on making my program extensible and plugin-able, which iterates on a directory containing shared libraries to load them as plugins, using the dlopen
function.