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