unleashed-firmware/applications/external/nfc_maker/strnlen.h

6 lines
101 B
C
Raw Normal View History

2023-07-06 16:28:29 +00:00
#pragma once
#pragma weak strnlen
#include <stddef.h>
size_t strnlen(const char* s, size_t maxlen);