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