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