void decor(SDL_Surface *screen)
{
....
positionmario((*carte)[T_blocy],&posimario,T_blocX);....
}
int positionmario(int (*rect)[T_blocy],SDL_Rect *cordjoueur,int taill)
{
....
L'appel à...