From 1138e15c0657b1129d807ccdf52b2a9d9d940c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ada=20Gottenstr=C3=A4ter?= Date: Thu, 16 Apr 2026 17:10:03 +0200 Subject: [PATCH] Actually allow setting _SIMPLE_IO manually --- include/libsys/fmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libsys/fmt.h b/include/libsys/fmt.h index d40c44754..94430035c 100644 --- a/include/libsys/fmt.h +++ b/include/libsys/fmt.h @@ -9,7 +9,7 @@ #include #define INCLUDE_FLOATS -#undef _SIMPLE_IO +//#undef _SIMPLE_IO #ifdef __FLEXC__