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