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