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