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