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