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