23 EXPCL_DTOOL_DTOOLBASE
double 24 pstrtod(
const char *nptr,
char **endptr);
26 EXPCL_DTOOL_DTOOLBASE
double 27 patof(
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 ...