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