1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/sys/libc
Marian Buschsieweke 10e896390d
sys/libc/endian.h: fix compilation with older newlib
Older versions of newlib already provide the magic endian numbers
via `machine/endian.h`, which may be indirectly included. This changes
the header to only provide the macros if the are not provided otherwise.
For sanity, it checks if the values are indeed the expected magic
numbers, even if provided from other sources.
2024-01-31 14:50:36 +01:00
..
include sys/libc/endian.h: fix compilation with older newlib 2024-01-31 14:50:36 +01:00
Kconfig
Makefile
string.c sys/string_utils: add memchk() 2023-05-30 20:39:10 +02:00