Trouver un compromis pour avoir la fenetre qui s'ajuste en fonction de la taille du tableau

This commit is contained in:
2024-11-12 13:29:32 +01:00
parent b6079c7007
commit 36d1587799
5 changed files with 14 additions and 13 deletions

4
jeu.c
View File

@@ -5,7 +5,7 @@
void GraphJeu(int taille){
printf("fichier jeu.c taille vairiable %d\n", taille);
void GraphJeu(){
printf("fichier jeu.c taille variable\n");
while(1){}
}