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