emacs

dlsymdlopen

25.2

4 / 5054 files match, 1 filtered matches.

src/dynlib.c



272 | dynlib_handle_ptr
273 | dynlib_open (const char *path)
274 | {
275 |   return dlopen (path, RTLD_LAZY);
276 | }
277 |