comment convertir int en const char en c

 int size;
 char dispsize[100];
 sprintf(dispsize,"%d",size);
zakenobi