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