32
32
int decimal2string(decimal_t *from, char *to, int *to_len,
33
33
int fixed_precision, int fixed_decimals,
37
37
int decimal2longlong(decimal_t *from, longlong *to);
38
38
int longlong2decimal(longlong from, decimal_t *to);
39
39
int decimal2double(decimal_t *from, double *to);