This function converts a floating point value to a null terminated char string.
Compatibility:This function is compatible with the following targets:
|
ANSI
|
BeOS
|
EMB/RTOS
|
|
#include <extras.h>
char *_gcvt(double value,  
int digits, char *buffer);
Parameters for this function are:
The resultant string includes the decimal point and sign of the original value.
Return:
This function returns a pointer to the buffer argument.