nothings / single_file_libs

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

hash.c, scogem.c, simpletls.c, smallxrm.c #269

Open zzo38 opened 5 months ago

zzo38 commented 5 months ago

I wrote some C libraries with two files (each with one .c file and one .h file). All of them are public domain. I don't know which ones are usable from C++, and I don't know if they are usable on platforms other than GNU/Linux on PC (since I have not tried). I expect that they will probably work on 32-bit systems as well as 64-bits (although, for most of them, I have only tried 64-bits). Most have no other dependencies, except as otherwise specified in the descriptions below.