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