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