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