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