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