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