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