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