Files
Momentum-Firmware/applications/plugins/totp/lib/polyfills/strnlen.h
RogueMaster cee1744145 TOTP update
2022-11-22 16:55:19 -05:00

3 lines
66 B
C

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