Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c164 static inline bool _is_digit(char ch) { in _is_digit() function
172 while (_is_digit(**str)) { in _atoi()
622 if (_is_digit(*format)) { in _vsnprintf()
640 if (_is_digit(*format)) { in _vsnprintf()