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