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