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