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

3 lines
66 B
C

#include <stddef.h>
size_t strnlen(const char* s, size_t maxlen);