1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-14 17:13:50 +01:00
Marian Buschsieweke f8029e8891
tests/sys: use SPDX copyright tags
Co-authored-by: crasbe <crasbe@gmail.com>
2025-11-22 08:48:27 +01:00
..
2025-11-22 08:48:27 +01:00

snprintf

This test aims to test if the stdio implementations correctly implements standard format specifiers. Instead of relying on the transport of stdout to be fast and reliable, it will use snprintf to format in-memory and compare in the app with correctness.