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