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