commit | d28f897294bda9853212408638654c9da7cb3e46 | [log] [tgz] |
---|---|---|
author | Michael Jones <michaelrj@google.com> | Thu Aug 05 21:06:08 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Aug 11 16:40:30 2021 -0700 |
tree | 81ae9ee05d7cdeb8db5ee12902d6b700ad0e9043 | |
parent | 37398c90bee652798112b302ee5f5a8289df257e [diff] |
[libc] add strtoll function and backend This change adds the stroll function, but most of the implementation is in the new file str_conv_utils.h since many of the other integer conversion functions are implemented through what are effectively calls to strtoll. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D107792 GitOrigin-RevId: b062d639bb3a315f2b5f410e99b9c3ea10c530cc