@ -78,7 +78,7 @@ void sauvTbin(Mat *tab[], int nb)
fprintf(flot, "%d\n", &nb);
for(i = 0; i < nb; i++)
fwrite(tab[i], sizeof(Mat), 1, flot);
fclose(flot);
}
int rechdich(char *code, Mat **tmat, int nbmat, int *trouve)