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