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