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