[libc-commits] [libc] [libc] Add printf error handling (PR #162876)
Marcell Leleszi via libc-commits
libc-commits at lists.llvm.org
Fri Oct 17 08:25:49 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:
I've added a test using [strfrom](libc/test/src/stdlib/StrfromTest.h). Is it ok the keep the fopencookie tests in with header guards for linux?
https://github.com/llvm/llvm-project/pull/162876
More information about the libc-commits
mailing list