arm-trusted-firmware/lib/libc
Antonio Nino Diaz 7addcb33ef libc: Remove printf-like functions
They are too big for the Trusted Firmware, and it can be confusing to
have two versions of the same functions with different names. tf_printf
and tf_snprintf will replace them in the next patch.

Change-Id: I978414ac169cc3156e249549ef101a70eb31a295
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-08-22 10:26:04 +01:00
..
abort.c Create a library file for libc 2018-08-03 11:31:33 +01:00
assert.c Create a library file for libc 2018-08-03 11:31:33 +01:00
exit.c Add atexit function to libc 2018-08-03 11:31:39 +01:00
libc.mk libc: Remove sscanf() and timingsafe_bcmp() 2018-08-22 10:26:04 +01:00
mem.c Create a library file for libc 2018-08-03 11:31:33 +01:00
putchar.c Create a library file for libc 2018-08-03 11:31:33 +01:00
puts.c Create a library file for libc 2018-08-03 11:31:33 +01:00