From cea166d7ebbf85964e6afac272b78d52f0a3615b Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Mon, 7 Nov 2022 13:28:44 +0100 Subject: [PATCH] bbb --- testSAE.c | 7 +++++++ 1 file changed, 7 insertions(+) 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) {