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