Copyright Digital Equipment Corp. All rights reserved.
Converts its argument to a null-terminated string of ASCII digits
and returns the address of the string.
Format
#include <stdlib.h>
char *gcvt (double value, int ndigit, char *buffer);
Function_Variants Arguments Description Return_Value