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