#include "ansidecl.h"#include "safe-ctype.h"

Go to the source code of this file.
Functions/Subroutines | |
| double | atof () |
| double | strtod (char *str, char **ptr) |
| double atof | ( | ) |
| double strtod | ( | char * | str, | |
| char ** | ptr | |||
| ) |
Definition at line 50 of file strtod.c.
References atof(), i, ISDIGIT, ISSPACE, and p.
Referenced by ar_cvt_str_to_float(), AR_STRTOD(), and EKAPI_GetLcRange().
1.5.6