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