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