SYNOPSIS
#include <stdlib.h>
char *gcvt(double value, int ndigit, char *buf);
DESCRIPTION
The
PARAMETERS
- value
-
Is the floating point number to be formatted.
- ndigit
-
Is the number of significant digits.
- buf
-
Points to the array that is to hold the formatted data.
RETURN VALUES
The
CONFORMANCE
UNIX 98.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.