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