VMS Help  —  CRTL  strtoul
    Converts the initial portion of the string pointed to by nptr to
    an unsigned long integer.

    Format

      #include  <stdlib.h>

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