nothings / single_file_libs

List of single-file C/C++ libraries.
8.88k stars 584 forks source link

Hedley, TinyCThread, and TinyThread++ #153

Closed nemequ closed 5 years ago

nemequ commented 5 years ago

Hedley is a single C/C++ header you can include in your project to enable compiler-specific features while retaining compatibility with all compilers. It contains dozens of macros to help make your code easier to use, harder to misuse, safer, faster, and more portable.

TinyThread++ is a portable implementation of the C++11 Threads API.

TinyCThread is a portable implementation of the C11 Threads API.