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