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