90
90
char *res, *src, *end, *dst= to;
91
91
char buf[DTOA_BUFF_SIZE];
92
92
assert(precision >= 0 && precision < NOT_FIXED_DEC && to != NULL);
94
94
res= dtoa(x, 5, precision, &decpt, &sign, &end, buf, sizeof(buf));
96
96
if (decpt == DTOA_OVERFLOW)