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