unleashed-firmware/applications/external/totp/lib/polyfills/strnlen.h

3 lines
66 B
C
Raw Normal View History

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