MCPcopy Create free account
hub / github.com/ddnet/ddnet / str_tofloat

Function str_tofloat

src/base/str.cpp:882–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880}
881
882float str_tofloat(const char *str)
883{
884 return strtod(str, nullptr);
885}
886
887bool str_tofloat(const char *str, float *out)
888{

Callers 6

GetFloatMethod · 0.85
ParseArgsMethod · 0.85
ConTeleXYMethod · 0.85
mainFunction · 0.85
GetFloatMethod · 0.85
ParseArgsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected