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