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