From 1d3f99d36fa3fd77abb18e5212d742fc7946616a Mon Sep 17 00:00:00 2001 From: PAILLE Kyriann <kyriann.paille9@etu.univ-lorraine.fr> Date: Sun, 8 Jan 2023 23:22:18 +0000 Subject: [PATCH] Update stack.h, stack.c --- stack.c | 10 +++++----- stack.h | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stack.c b/stack.c index 42e49ba..c5cd04f 100644 --- a/stack.c +++ b/stack.c @@ -1,8 +1,8 @@ -#include "stack.h" -#include <string.h> /* strdup */ -#include <stdio.h> /* printf */ -#include <stdlib.h> /* malloc, free */ -#include <stdbool.h> +//#include "stack.h" +//#include <string.h> /* strdup */ +//#include <stdio.h> /* printf */ +//#include <stdlib.h> /* malloc, free */ +//#include <stdbool.h> // les fonctions ne marchent pas j'ai donc mis en commentaire pour laisser la compilation possible diff --git a/stack.h b/stack.h index a63a63c..e3668c9 100644 --- a/stack.h +++ b/stack.h @@ -1,6 +1,6 @@ -#include <stdio.h> -#include <stdlib.h> -#include "Location.h" +//#include <stdio.h> +//#include <stdlib.h> +//#include "Location.h" //struct Location; -- GitLab