small adjust on my_file.c

master
Tristan MARTINEK 4 years ago
parent ea6b22e51c
commit 7f271525ba

@ -49,6 +49,8 @@ int longueur(File f)
/*void afficher(File f)
{
if(vide(f))
{
printf("File vide\n");
return;
Maillon *m;
m = f->suiv;

Loading…
Cancel
Save