[libc-commits] [libc] [libc][stdio] Use proxy headers of stdio.h in src and test folders. (PR #110067)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Fri Sep 27 09:56:40 PDT 2024
================
@@ -17,17 +17,6 @@
// TODO: Add a comment here explaining the printf format string.
-// #include <stdio.h>
-// namespace LIBC_NAMESPACE_DECL {
-// using ::sprintf;
-// }
-
-class LlvmLibcSPrintfTest : public LIBC_NAMESPACE::testing::Test {
----------------
nickdesaulniers wrote:
Then it can land before this PR.
https://github.com/llvm/llvm-project/pull/110067
More information about the libc-commits
mailing list