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