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