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