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