From cd681d52d46b59819ca02a1f1fae95c7fddf9906 Mon Sep 17 00:00:00 2001 From: arhiv6 Date: Thu, 28 Sep 2023 12:04:56 +0700 Subject: [PATCH] Add ctl - C Container Template Library CTL is a fast compiling, type safe, header only, template-like container library for ISO C99/C11. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d8cc96..f8112b6 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software * [µClibc-ng](https://github.com/wbx-github/uclibc-ng) - Embedded C Library. * [Embedded Artistry's libc](https://github.com/embeddedartistry/libc) - A stripped-down C standard library implementation targeted for microcontroller-based embedded systems. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup. * [HWlib](https://github.com/wovo/hwlib) - C++ OO micro-controller library for close-to-the-hardware programming. +* [ctl](https://github.com/rurban/ctl) - C Container Template Library. There is a fast compiling, type safe, header only, template-like container library for ISO C99/C11. ## Memory