TP 11 exo2: Reorganize the directories structure to make use of the
[TD_C.git] / TP_11 / exo2 / ui.h
diff --git a/TP_11/exo2/ui.h b/TP_11/exo2/ui.h
deleted file mode 100644 (file)
index afb35df..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef UI_H
-#define UI_H
-
-#include "clist.h"
-
-int promptValue(const char* msg, int* result);
-void displayArray(const int array[], unsigned length);
-void displayList(link_t* head);
-
-#endif /* UI_H */