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