[libc-commits] [PATCH] D108330: [libc] add atoi, atol, and atoll

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 18 16:59:03 PDT 2021


michaelrj updated this revision to Diff 367362.
michaelrj marked 2 inline comments as done.
michaelrj added a comment.

address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108330

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/atoi.cpp
  libc/src/stdlib/atoi.h
  libc/src/stdlib/atol.cpp
  libc/src/stdlib/atol.h
  libc/src/stdlib/atoll.cpp
  libc/src/stdlib/atoll.h
  libc/test/src/stdlib/atoi_test.cpp
  libc/test/src/stdlib/atol_test.cpp
  libc/test/src/stdlib/atoll_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108330.367362.patch
Type: text/x-patch
Size: 13625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210818/f2b50a67/attachment-0001.bin>


More information about the libc-commits mailing list