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