dllapi icon indicating copy to clipboard operation
dllapi copied to clipboard

pure c

Open wang-bin opened this issue 11 years ago • 0 comments

with the same name, without namespace

symbol confiliction?

void afunc() {
    dlsym(real_lib, "afunc")();
}

wang-bin avatar Jun 24 '14 09:06 wang-bin