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