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