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