Flipper/Applications/Official/source-OLDER/grnch/totp/lib/polyfills/strnlen.h

3 lines
66 B
C
Raw Normal View History

2022-12-29 06:30:12 +00:00
#include <stddef.h>
size_t strnlen(const char* s, size_t maxlen);