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