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