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