@ -24,7 +24,9 @@
#include <stdlib.h>
#ifndef __ANDROID__
double atof (const char *str)
{
return strtod (str, NULL);
}
#endif
float strtof (const char *str, char **end)
return strtod (str, end);