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