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