diff --git a/testSAE.c b/testSAE.c index 2ca39fb..aa58253 100644 --- a/testSAE.c +++ b/testSAE.c @@ -1,5 +1,12 @@ #include "SAE.h" +void testOuverture() +{ + int tNoCarte[500], tage[500], tPointsCarte[500], tCarteActive[500]; + int Date[500], tNbActivitesJour[500]; + int tmax = 500, pas; + pas = Ouverture(tNoCarte, tage, tPointsCarte, tCarteActive, tNbActivitesJour, tDate, &tmax); +} int main(void) {