Antoine PEREDERII 2 years ago
parent ae6967edd8
commit cea166d7eb

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

Loading…
Cancel
Save