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