21 void ecvtbuf(
double arg,
int chars,
int *decpt,
int *
sign,
char *buf,
unsigned buf_size);
36 void fcvtbuf(
double arg,
int decimals,
int *decpt,
int *
sign,
char *buf,
unsigned buf_size);
void fcvtbuf(double arg, int decimals, int *decpt, int *sign, char *buf, unsigned buf_size)
Thif function transforms value into a string of digits inside buf, representing the whole part follow...
Definition: fcvt.c:157
void ecvtbuf(double arg, int chars, int *decpt, int *sign, char *buf, unsigned buf_size)
Thif function transforms value into a string of digits inside buf, representing the whole part follow...
Definition: fcvt.c:152
#define sign(x)
The sign the the passed value.
Definition: math.h:18