From 8ec5ab5565503adc6e07ecb09e84d947132c3d9c Mon Sep 17 00:00:00 2001 From: arhiv6 Date: Thu, 28 Sep 2023 12:12:00 +0700 Subject: [PATCH] Add printf - a formatted printing function library It is standalone printf/sprintf formatted printing function library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d8cc96..e6928f8 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,7 @@ Computer Vision * [mini-printf](https://github.com/ldoolitt/mini-printf) - Minimal printf() implementation for embedded projects. * [nanoprintf](https://github.com/charlesnicholson/nanoprintf) - The smallest public printf implementation for its feature set. * [fmt](https://github.com/fmtlib/fmt) - Modern formatting library providing a fast and safe alternative to C stdio and C++ iostreams. +* [printf](https://github.com/eyalroz/printf) - Standalone printf/sprintf formatted printing function library. ### scanf