VMS Help  —  CRTL  gcvt
    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);
Additional Information: explode extract
Function Variants Arguments Description Return Value
Close Help