]>
Piment Noir Git Repositories - TD_C.git/blob - TP_11/exo2/lib/ui.h
afb35df51f9150d572c93366670fe59b35de8f1f
6 int promptValue(const char* msg
, int* result
);
7 void displayArray(const int array
[], unsigned length
);
8 void displayList(link_t
* head
);