strtol, strtoul long strtol(const char *start, char **end, int radix) unsigned long strtoul(const char *start, char **end, int radix) Подробнее о strtol, strtoul
strtod, strtold double strtod(const char *start, char **end) long double strtold(const char *start, char **end) Подробнее о strtod, strtold