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