Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
double atof(const char *nptr)
33
{
34
return (strtod(nptr, 0));
35
}
36
// extern __sighandler_t bsd_signal(int, __sighandler_t);
37
38
Callers
5
__ToDouble
Method · 0.85
fromStream
Method · 0.85
createCppiaExpr
Function · 0.85
_hx_mysql_result_next
Function · 0.85
_hx_mysql_result_get_float
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected