VMS Help  —  CRTL  strtoq,strtoll
    Convert strings of ASCII characters to the appropriate numeric
    values. strtoll is a synonym for strtoq.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <stdlib.h>

      __int64 strtoq  (const char *nptr, char **endptr, int base);

      __int64 strtoll  (const char *nptr, char **endptr, int base);
Additional Information: explode extract
Function Variants Arguments Description Return Values
Close Help