MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / atof

Function atof

src/hx/AndroidCompat.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32double atof(const char *nptr)
33{
34 return (strtod(nptr, 0));
35}
36// extern __sighandler_t bsd_signal(int, __sighandler_t);
37
38

Callers 5

__ToDoubleMethod · 0.85
fromStreamMethod · 0.85
createCppiaExprFunction · 0.85
_hx_mysql_result_nextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected