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