Add inttypes.h to llvm libc. As its first functions strtoimax and
strtoumax are included.
Details
Details
- Reviewers
sivachandra - Commits
- rG035325275c79: [libc] add inttypes header
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108736
[libc] add inttypes header ClosedPublic Authored by michaelrj on Aug 25 2021, 3:17 PM.
Details
Summary Add inttypes.h to llvm libc. As its first functions strtoimax and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 25 2021, 10:18 PM Closed by commit rG035325275c79: [libc] add inttypes header (authored by michaelrj). · Explain WhyAug 26 2021, 11:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 368933 libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/aarch64/headers.txt
libc/config/linux/x86_64/entrypoints.txt
libc/config/linux/x86_64/headers.txt
libc/config/windows/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/inttypes.h.def
libc/spec/spec.td
libc/spec/stdc.td
libc/src/CMakeLists.txt
libc/src/inttypes/CMakeLists.txt
libc/src/inttypes/strtoimax.h
libc/src/inttypes/strtoimax.cpp
libc/src/inttypes/strtoumax.h
libc/src/inttypes/strtoumax.cpp
libc/test/src/CMakeLists.txt
libc/test/src/inttypes/CMakeLists.txt
libc/test/src/inttypes/strtoimax_test.cpp
libc/test/src/inttypes/strtoumax_test.cpp
|