[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 10:00:46 PDT 2024
================
@@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
+#include "hdr/stdio_macros.h"
----------------
nickdesaulniers wrote:
usually we have the hdr/ includes after the src/ includes. Not sure if that's a convention to stick to, or something that can't be done here?
https://github.com/llvm/llvm-project/pull/110067
More information about the libc-commits
mailing list