mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-10 15:50:15 +00:00
3 lines
66 B
C
3 lines
66 B
C
|
#include <stddef.h>
|
||
|
|
||
|
size_t strnlen(const char* s, size_t maxlen);
|