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