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