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