strtoull专题

strtol, strtoll, strtoul, strtoull

strtol, strtoll, strtoul, strtoull convert a string to a (signed, unsigned ) long integer string 声明: #include<stdlib.h> ( 这个是C标准库,与linux无关。这套函数是通用的。) long int strtol(const char *nptr, char **endpt