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