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