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