ref: e147e0e84cc68febb65db0bdbfde7ae3e10c6ce4 dir: /sys/src/ape/lib/ap/gen/atol.c/
#include <stdlib.h> long atol(const char *s) { return(strtol(s, (char **)0, 10)); }