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