|
|
|
@ -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)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|