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