From 0bc3d1ad2b177abc71139e476a50534eb96ef4fe Mon Sep 17 00:00:00 2001 From: bjeanlou Date: Thu, 4 Apr 2019 12:10:29 +0200 Subject: [PATCH] dico created --- dico.c | 19 +++++++++++++++++++ dico.h | 22 ++++++++++++++++++++++ treeh.h | 6 ++---- 3 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 dico.c create mode 100644 dico.h diff --git a/dico.c b/dico.c new file mode 100644 index 0000000..2289146 --- /dev/null +++ b/dico.c @@ -0,0 +1,19 @@ +#include "dico.h" + +void make_empty_dico(dico d){ + for(int i=0;i