[libc-commits] [libc] [libc] Add printf error handling (PR #162876)

Marcell Leleszi via libc-commits libc-commits at lists.llvm.org
Fri Oct 31 12:16:59 PDT 2025


================
@@ -11,6 +11,8 @@
 #include "src/__support/File/file.h"
 #include "src/__support/arg_list.h"
 #include "src/__support/macros/config.h"
+#include "src/stdio/printf_core/core_structs.h"
----------------
mleleszi wrote:

core struct is needed for printf_core::OVERFLOW_ERROR. Added limit header though.

https://github.com/llvm/llvm-project/pull/162876


More information about the libc-commits mailing list