MCPcopy Create free account
hub / github.com/MapServer/MapServer / parse_double

Function parse_double

renderers/agg/src/agg_svg_parser.cpp:452–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 }
451
452 double parse_double(const char* str)
453 {
454 while(*str == ' ') ++str;
455 return atof(str);
456 }
457
458
459

Callers 3

parse_attrMethod · 0.85
parse_rectMethod · 0.85
parse_lineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected