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