Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dfcvtf.c42 static NEWLIB_THREAD_LOCAL char fcvtf_buf[FCVTF_MAXDIG]; variable
50 if (fcvtf_r(invalue, ndecimal, decpt, sign, fcvtf_buf, sizeof(fcvtf_buf)) < 0) in fcvtf()
52 return fcvtf_buf; in fcvtf()