From a18b614b0ec591e30d74d26e07162b737236fdce Mon Sep 17 00:00:00 2001 From: Koleman Nix Date: Sat, 7 Mar 2026 14:20:13 -0500 Subject: [PATCH] Mention C under other languages --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e63db6b..c90a632 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,8 @@ Packages [Jackson](https://github.com/FasterXML/jackson-core). * [There is a C# port of the fast_float library](https://github.com/CarlVerret/csFastFloat) called `csFastFloat`. +* There is a [plain C port](https://github.com/kolemannix/ffc.h) (c99) of the fast_float library +called ffc.h ## How fast is it?