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