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