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