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