[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 14:35:39 PDT 2021
michaelrj created this revision.
michaelrj added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
michaelrj requested review of this revision.
This is based on the work done to add strtoll and the other strto
functions. The atoi functions also were added to stdc and
entrypoints.txt.
Repository:
rG LLVM Github Monorepo
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.367323.patch
Type: text/x-patch
Size: 13601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210818/222fe5f2/attachment.bin>
More information about the libc-commits
mailing list