llvm-project/libc/spec
Michael Jones d52f0aeca5 [libc] Add strtol, strtoul, and strtoull
Updates the internal string conversion function so that it
uses the new Limits.h added in a previous commit for max and min values,
and has a templated type. This makes implementing the other strto*
functions very simple.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D107999
2021-08-17 21:05:37 +00:00
..
gnu_ext.td [libc] add isascii and toascii implementations 2021-01-12 23:41:20 +00:00
linux.td [libc] Add ability to generate enum types/values to HdrGen. 2020-02-28 23:27:32 -08:00
llvm_libc_ext.td [libc] Add LLVM libc specific functions to llvm_libc_ext.td. 2020-10-19 18:21:25 +00:00
posix.td [libc] add isascii and toascii implementations 2021-01-12 23:41:20 +00:00
spec.td [libc] Add strtol, strtoul, and strtoull 2021-08-17 21:05:37 +00:00
stdc.td [libc] Add strtol, strtoul, and strtoull 2021-08-17 21:05:37 +00:00