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