[libc-commits] [PATCH] D117258: [WIP][libc] add core parsing for printf

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jan 19 16:27:48 PST 2022


michaelrj added inline comments.


================
Comment at: libc/src/stdio/printf_impl.h:1
+//===-- Internal definition of printf ---------------------------*- C++ -*-===//
+//
----------------
lntue wrote:
> Why are these functions implemented in the header?
Because the libc machinery most easily works with this as a header library.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117258/new/

https://reviews.llvm.org/D117258



More information about the libc-commits mailing list