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