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