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