MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / my_atof

Function my_atof

strings/dtoa.c:474–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472
473
474double my_atof(const char *nptr)
475{
476 int error;
477 const char *end= nptr+65535; /* Should be enough */
478 return (my_strtod(nptr, (char**) &end, &error));
479}
480
481
482/****************************************************************

Callers 1

val_realMethod · 0.85

Calls 1

my_strtodFunction · 0.85

Tested by

no test coverage detected