diff --git a/fichiers stack/stack.h b/fichiers stack/stack.h
new file mode 100644
index 0000000000000000000000000000000000000000..e3668c9d1b43abd72ab98336b121e656997aad67
--- /dev/null
+++ b/fichiers stack/stack.h	
@@ -0,0 +1,11 @@
+//#include  <stdio.h>
+//#include <stdlib.h>
+//#include "Location.h"
+
+
+//struct Location;
+//typedef struct Stack
+//{
+  //  Location* location;
+    //struct Stack* next;
+//}Stack;