Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c170 static unsigned int _atoi(const char **str) { in _atoi() function
623 width = _atoi(&format); in _vsnprintf()
641 precision = _atoi(&format); in _vsnprintf()