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