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