1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/libc
Marian Buschsieweke 0d01356c9c
sys/libc/endian: fix compilation on AVR
There is no need to use `__uint16_t` instead of `uint16_t` etc., so
let's just go with `uint16_t` and have AVR GCC happy.
2024-01-31 14:46:24 +01:00
..
include sys/libc/endian: fix compilation on AVR 2024-01-31 14:46:24 +01:00
Kconfig sys/string_utils: add strscpy() 2022-09-26 19:06:46 +02:00
Makefile sys/string_utils: add strscpy() 2022-09-26 19:06:46 +02:00
string.c sys/string_utils: add memchk() 2023-05-30 20:39:10 +02:00