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