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