Searched refs:_ntoa_format (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/minilibc/libc/ |
A D | printf.c | 267 static size_t _ntoa_format(out_fct_type out, char* buffer, size_t idx, size_t maxlen, char* buf, si… in _ntoa_format() function 340 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long() 365 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long_long()
|
Completed in 4 milliseconds