ajout dans la makefiles grille.c + test pour les fichier.h

This commit is contained in:
ozvann
2024-11-04 19:36:24 +01:00
parent 7c1ad12f47
commit 36dd0ac17a
7 changed files with 25 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
#ifndef GRILLE_H
#define GRILLE_H
int Grille(taillegrille);
#endif