Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ str_tofloat
Function
str_tofloat
server/src/system.c:1835–1835 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1833
1834
int str_toint(const char *str) { return atoi(str); }
1835
float str_tofloat(const char *str) { return atof(str); }
1836
1837
1838
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected