precsize_ntoa_retbuf
char precsize_ntoa_retbuf[sizeof "90000000.00"];
#define precsize_ntoa_retbuf (mtctxres->precsize_ntoa_retbuf)
(void) snprintf(precsize_ntoa_retbuf, sizeof(precsize_ntoa_retbuf), "%lu.%.2lu", val/100, val%100);
return precsize_ntoa_retbuf;