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