arm-trusted-firmware/include/lib/libc/aarch64
Scott Branden 4ce3e99a33 fix: libc: use long for 64-bit types on aarch64
Use long instead of long long on aarch64 for 64_t stdint types.
Introduce inttypes.h to properly support printf format specifiers for
fixed width types for such change.

Change-Id: I0bca594687a996fde0a9702d7a383055b99f10a1
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
2021-11-08 14:41:17 +00:00
..
endian_.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
inttypes_.h fix: libc: use long for 64-bit types on aarch64 2021-11-08 14:41:17 +00:00
limits_.h libc: Add AArch32 and AArch64 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
stddef_.h libc: Consolidate unified definitions 2019-12-06 11:37:19 +01:00
stdint_.h fix: libc: use long for 64-bit types on aarch64 2021-11-08 14:41:17 +00:00
stdio_.h libc: Consolidate the size_t and NULL definitions 2019-12-06 11:37:19 +01:00