Add inttypes.h to llvm libc. As its first functions strtoimax and strtoumax are included. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D108736
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
set(TARGET_PUBLIC_HEADERS
|
|
libc.include.ctype
|
|
libc.include.errno
|
|
libc.include.fenv
|
|
libc.include.inttypes
|
|
libc.include.math
|
|
libc.include.stdlib
|
|
libc.include.string
|
|
)
|