llvm-project/libc/config
Michael Jones b062d639bb [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
2021-08-11 23:37:23 +00:00
..
linux [libc] add strtoll function and backend 2021-08-11 23:37:23 +00:00
windows [libc] Add trigonometric and exponential functions to the windows config. 2021-07-31 01:30:26 +00:00
CMakeLists.txt Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00
public_api.td [libc] Add ability to generate enum types/values to HdrGen. 2020-02-28 23:27:32 -08:00