樓主要善於利用 man,在shell下 man strtol就知道一切了 STRTOL(3) Linux Programmer’s Manual STRTOL(3) NAME strtol, strtoll, strtoq - convert a string to a long integer SYNOPSIS #include long int strtol(const char *nptr, char **endptr, int base); long long int strtoll(const char *nptr, char **endptr, int base);
樓主要善於利用 man,在shell下 man strtol就知道一切了 STRTOL(3) Linux Programmer’s Manual STRTOL(3) NAME strtol, strtoll, strtoq - convert a string to a long integer SYNOPSIS #include long int strtol(const char *nptr, char **endptr, int base); long long int strtoll(const char *nptr, char **endptr, int base);