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