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