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

Marcell Leleszi via libc-commits libc-commits at lists.llvm.org
Fri Oct 17 23:00:53 PDT 2025


================
@@ -10,27 +10,35 @@
 #include "src/stdio/fclose.h"
 #include "src/stdio/ferror.h"
 #include "src/stdio/fopen.h"
+#include "src/stdio/fopencookie.h"
----------------
mleleszi wrote:

Ah got it, I was overcomplicating it

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


More information about the libc-commits mailing list