entier à stringc

int someInt = 368;
char str[12];
sprintf(str, "%d", someInt);
Distinct Dingo