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