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