[libc-commits] [PATCH] D122773: [libc][NFC] add outline of printf

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 31 10:09:00 PDT 2022


michaelrj marked an inline comment as done.
michaelrj added inline comments.


================
Comment at: libc/src/stdio/printf_files/core_structs.h:34
+  Ptrdiff = 0x0a,
+  Double = 0x0b,
+  LDouble = 0x0c,
----------------
lntue wrote:
> Is Float missing or not needed?
Float is not needed. %f uses double and %Lf uses long double, but there's no float option.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122773



More information about the libc-commits mailing list