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