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