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