Home
last modified time | relevance | path

Searched refs:maxsize (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c155 static inline unsigned int _strnlen_s(const char *str, size_t maxsize) { in _strnlen_s() argument
157 for (s = str; *s && maxsize--; ++s); in _strnlen_s()