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