ref: 3b8da71409b47699ec1bee5a96e8924e3aa6c000 dir: /sys/src/ape/lib/ap/gen/atof.c/
#include <stdlib.h> double atof(const char *s) { return(strtod(s, (char **)0)); }