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