You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: