nothings / single_file_libs

List of single-file C/C++ libraries.
8.93k stars 585 forks source link

Submission: ll.h #268

Open dyeo opened 11 months ago

dyeo commented 11 months ago

ll.h is a simple dynamic-library loader that is cross-platform for windows and linux. It is designed to make hot reloading faster and safer by providing a clean interface for loading libraries, functions, and variables. It compiles in -Wall -Wextra -Werror, is pure c11 compliant, and implemented in nothings' stb style.