Commit 93be856ec2107fc79fcf2dcecc4726a5f6ec415e

Authored by tvieuble
1 parent 32bb0a2c

save

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -43,8 +43,8 @@ void insertion(char elem, struct cell** pL) { @@ -43,8 +43,8 @@ void insertion(char elem, struct cell** pL) {
43 } 43 }
44 }*/ 44 }*/
45 45
46 -void load() {  
47 - 46 +void lire_fichier() {
  47 +
48 } 48 }
49 49
50 int main() { 50 int main() {