[libc-commits] [libc] [libc] Refactor scanf reader to match printf (PR #66023)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Fri Sep 22 11:06:09 PDT 2023
================
@@ -439,10 +442,6 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.stdio.getc_unlocked
libc.src.stdio.getchar
libc.src.stdio.getchar_unlocked
- libc.src.stdio.printf
----------------
jhuber6 wrote:
Does this accidentally delete `printf`?
https://github.com/llvm/llvm-project/pull/66023
More information about the libc-commits
mailing list