[libc-commits] [PATCH] D125929: [libc] add printf base 10 integer conversion

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jun 9 10:17:11 PDT 2022


michaelrj added inline comments.


================
Comment at: libc/src/stdio/printf_core/string_converter.h:8
 //===----------------------------------------------------------------------===//
 
 #include "src/stdio/printf_core/core_structs.h"
----------------
sivachandra wrote:
> Header guards?
yes, I meant to add those and forgot.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125929



More information about the libc-commits mailing list