ultoa
char *ultoa(FICL_UNS value, char *string, int radix );
ultoa(u, pVM->pad, pVM->base);
ultoa(u, pVM->pad, 16);
ultoa(integer, scratch, base);