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