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