[libc-commits] [PATCH] D108330: [libc] add atoi, atol, and atoll
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Aug 19 11:02:56 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbad3168b99aa: [libc] add atoi, atol, and atoll (authored by michaelrj).
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.367557.patch
Type: text/x-patch
Size: 13625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210819/ff8766f1/attachment-0001.bin>
More information about the libc-commits
mailing list