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