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