VMS Help  —  CRTL  strtouq,strtoull
    Convert the initial portion of the string pointed to by nptr to
    an unsigned __int64 integer. strtoull is a synonym for strtouq.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <stdlib.h>

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

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