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