mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-20 01:33:18 +00:00
3 lines
No EOL
66 B
C
3 lines
No EOL
66 B
C
#include <stddef.h>
|
|
|
|
size_t strnlen(const char* s, size_t maxlen); |