#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) { return 0; }