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