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