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