Some helpful single-file headers.
Copy the header file to your project.
In one of the source files, write #define OS_<HEADER_NAME>_IMPLEMENTATION
and then #include "os_<HEADER_NAME>.h"
.
And now you're good to go! ✨
In test.c
you can see some code that uses functions from the different header files. Use it to learn how to use this implementation. 🚀
A simple C dynamic array that grows based on your needs
A simple C JSON parser
A simple C Logging library
A simple C String Builder library
A simple C String View library