2024-10-01 05:21:59 +01:00
2025-11-25 18:50:45 +00:00
2024-10-01 05:21:59 +01:00
2025-11-17 00:56:19 +00:00
2025-11-17 00:56:19 +00:00
2025-11-17 00:56:19 +00:00
2025-11-17 00:18:17 +00:00

┌──────────────────────────────────┐
│  _____  _____  _____ _____ _  __ │
│ |  __ \|  __ \|_   _/ ____| |/ / │
│ | |__) | |__) | | || |    | ' /  │
│ |  ___/|  _  /  | || |    |  <   │
│ | |    | | \ \ _| || |____| . \  │
│ |_|    |_|  \_\_____\_____|_|\_\ │
└──────────────────────────────────┘

A set of STB-style header-only libraries for common data structures and algorithms that I may require while working on a C code base. The idea is to be as close to "plug-and-play" as possible.

All you need to do is copy the relevant header files over to your project, then setup the implementation code within one code unit by:

#define <LIB>_IMPL
#include "./<lib.h>"
Description
No description provided
Readme Unlicense 69 KiB
Languages
C 100%