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