From 111f876d88e2f437fc6b2bd41351a985ba2290b3 Mon Sep 17 00:00:00 2001
From: "dario.genga" <dario.genga@etu.hesge.ch>
Date: Tue, 3 May 2022 12:03:28 +0200
Subject: [PATCH] Update headers date

---
 ex3/ex3.c | 2 +-
 ex4/ex4.c | 4 +++-
 ex5/ex5.c | 4 +++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ex3/ex3.c b/ex3/ex3.c
index ec21ab4..9b4a639 100644
--- a/ex3/ex3.c
+++ b/ex3/ex3.c
@@ -1,5 +1,5 @@
 /* Author : Dario GENGA
- * Date : 25.01.2022
+ * Date : 03.05.2022
  * Description : Contrôle continue 3 - Exercice 3
  */
 
diff --git a/ex4/ex4.c b/ex4/ex4.c
index 7934e85..c3867d0 100644
--- a/ex4/ex4.c
+++ b/ex4/ex4.c
@@ -1,10 +1,12 @@
 /* Author : Dario GENGA
- * Date : 25.01.2022
+ * Date : 03.05.2022
  * Description : Contrôle continue 3 - Exercice 4
  */
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
+#include <stdbool.h>
 
 int main() {
     return EXIT_SUCCESS;
diff --git a/ex5/ex5.c b/ex5/ex5.c
index c839368..d4d2d00 100644
--- a/ex5/ex5.c
+++ b/ex5/ex5.c
@@ -1,10 +1,12 @@
 /* Author : Dario GENGA
- * Date : 25.01.2022
+ * Date : 03.05.2022
  * Description : Contrôle continue 3 - Exercice 5
  */
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
+#include <stdbool.h>
 
 int main() {
     return EXIT_SUCCESS;
-- 
GitLab