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