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