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