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