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