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