arm-trusted-firmware/include/lib/libc/aarch32
Bence Szépkúti d005cfbfd9 libc: Unify intmax_t and uintmax_t on AArch32/64
Conceptually, these are supposed to be the largest integers
representable in C, but GCC and Clang define them as long long for
compatibility.

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
Change-Id: I7c0117f3be167342814d260a371889120dcf6576
2019-12-06 11:37:19 +01:00
..
endian_.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
limits_.h libc: Add AArch32 and AArch64 headers 2018-08-22 10:26:05 +01:00
stddef_.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
stdint_.h libc: Unify intmax_t and uintmax_t on AArch32/64 2019-12-06 11:37:19 +01:00
stdio_.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
stdlib_.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
string_.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
time_.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00