strtod: Convert strings to a double-precision value.
long strtol( |
double strtod(
const char *nptr,
char **endptr
);
double _strtod_l(
const char *nptr,
char **endptr,
_locale_t locale
);
double wcstod(
const wchar_t *nptr,
wchar_t **endptr
);
double wcstod_l(
const wchar_t *nptr,
wchar_t **endptr,
_locale_t locale
);
Routine | Required header |
---|---|
strtol,__strtol_l strtod, _strtod_l | |
wcstol, wcstod, _wcstod_l | |
No comments:
Post a Comment