arm-trusted-firmware/include/lib/libc
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
..
aarch32 libc: Unify intmax_t and uintmax_t on AArch32/64 2019-12-06 11:37:19 +01:00
aarch64 libc: Unify intmax_t and uintmax_t on AArch32/64 2019-12-06 11:37:19 +01:00
assert.h libc: fix sparse warning for __assert() 2019-09-11 11:28:46 +09:00
cdefs.h Introduce RECLAIM_INIT_CODE build flag 2018-10-03 11:47:30 +01:00
endian.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
errno.h libc: Cleanup FreeBSD files 2018-08-22 10:26:05 +01:00
limits.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
setjmp.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
stdarg.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
stdbool.h Create a library file for libc 2018-08-03 11:31:33 +01:00
stddef.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
stdint.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
stdio.h libc: Move tf_printf and tf_snprintf to libc 2018-08-22 10:26:05 +01:00
stdlib.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
string.h libc: Adapt strlcpy to this codebase 2018-11-02 13:41:33 +00:00
time.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00