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

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 31 07:24:41 PDT 2022


lntue added inline comments.


================
Comment at: libc/src/stdio/printf_files/core_structs.h:34
+  Ptrdiff = 0x0a,
+  Double = 0x0b,
+  LDouble = 0x0c,
----------------
Is Float missing or not needed?


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