mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-12-04 08:53:37 +00:00
da5241cb15
This is a reduced version of `snprintf` that only supports formats '%d', '%i' and '%u'. It can be used when the full `snprintf` is not needed in order to save memory. If it finds an unknown format specifier, it prints an error message and panics. Change-Id: I2cb06fcdf74cda2c43caf73ae0762a91499fc04e Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com> |
||
---|---|---|
.. | ||
aarch32 | ||
aarch64 | ||
bl_common.c | ||
desc_image_load.c | ||
runtime_svc.c | ||
tf_printf.c | ||
tf_snprintf.c |