dlfcn-win32
dlfcn-win32 is an implementation of dlfcn for Windows.
dlfcn-win32 is an implementation of dlfcn for Windows.
To install this package, run one of the following:
dlfcn is a set of functions that allows runtime dynamic library loading. It is standardized in the POSIX. Windows also provide similar routines, but not in a POSIX-compatible way. This library attempts to implement a wrapper around the Windows functions to make programs written for POSIX that use dlfcn work in Windows without any modifications.
Summary
dlfcn-win32 is an implementation of dlfcn for Windows.
Last Updated
Apr 2, 2025 at 11:07
License
MIT
Total Downloads
15
Supported Platforms
GitHub Repository
https://github.com/dlfcn-win32/dlfcn-win32Documentation
https://github.com/dlfcn-win32/dlfcn-win32