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