TP 11 exo2: Reorganize the directories structure to make use of the
[TD_C.git] / TP_11 / exo2 / lib / ui.h
CommitLineData
a5a96953
JB
1#ifndef UI_H
2#define UI_H
3
4#include "clist.h"
5
6int promptValue(const char* msg, int* result);
7void displayArray(const int array[], unsigned length);
8void displayList(link_t* head);
9
10#endif /* UI_H */