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