diff --git a/stack.c b/stack.c index 42e49ba646998eef6cd47ee725fb59099d1a3f4d..c5cd04f33473b3857a5442261de3a98f46dc79d1 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 a63a63c26d18e554f6086cac7f4d6f00b360dd3a..e3668c9d1b43abd72ab98336b121e656997aad67 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;