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