ref: bea20cd152066c1deee6f1acbf68cf1fcc569927 dir: /sys/src/libc/port/atof.c/
#include <u.h> #include <libc.h> double atof(char *cp) { return strtod(cp, 0); }