23EXPCL_DTOOL_DTOOLBASE
double
24pstrtod(
const char *nptr,
char **endptr);
26EXPCL_DTOOL_DTOOLBASE
double
27patof(
const char *str);
double patof(const char *str)
This function re-implements atof, to avoid the problems that occur when the LC_NUMERIC locale gets se...
double pstrtod(const char *nptr, char **endptr)
This function re-implements strtod, to avoid the problems that occur when the LC_NUMERIC locale gets ...