GCVT(3) Library Functions Manual GCVT(3)
NAME
gcvt — convert a
floating-point number to a string
SYNOPSIS
#include <stdlib.h> char *gcvt(double value, int ndigit, char *buf);
DESCRIPTION
Refer to ecvt(3) .
February 1997 posix.fail
gcvt — convert a
floating-point number to a string
#include <stdlib.h> char *gcvt(double value, int ndigit, char *buf);
Refer to ecvt(3) .