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

3 lines
66 B
C

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