Commit 4522cfb66fb77984ff28c17895432fd5fcf920f5
1 parent
d24919fd
modification projetfinalaccent2.c
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
projetfinalaccent2.c
... | ... | @@ -118,6 +118,7 @@ void correction_txt(FILE* fd, struct node tab_arbre_prcp[]) { |
118 | 118 | int verif; |
119 | 119 | int indice = 0, cptfaute = 0; |
120 | 120 | wchar_t motLu[50]; |
121 | + wprintf(L"correction du fichier texte : \n\n"); | |
121 | 122 | while(fwscanf(fd, L"%ls", motLu)==1) { |
122 | 123 | verif = 1; |
123 | 124 | int i = 0; | ... | ... |