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