MentOS  0.8.0
The Mentoring Operating System
fcvt.h
Go to the documentation of this file.
1 
6 #pragma once
7 
21 void ecvtbuf(double arg, int chars, int *decpt, int *sign, char *buf, unsigned buf_size);
22 
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