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