Synopsis
#include <stdlib.h>
unsigned long long int strtoull(const char *nptr, char **endptr, int base);
Description
Function converts the string pointed to, by the argument str to an unsigned long long integer (type unsigned long long int).
#include <stdlib.h>
unsigned long long int strtoull(const char *nptr, char **endptr, int base);
Function converts the string pointed to, by the argument str to an unsigned long long integer (type unsigned long long int).