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