repositories
/
TD_C.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
TP 13 exo1: create an array in the main()
[TD_C.git]
/
TP_11
/
exo2
/
lib
/
ui.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef UI_H
2
#define UI_H
3
4
#include "clist.h"
5
6
int promptValue(const char* msg, int* result);
7
void displayArray(const int array[], unsigned length);
8
void displayList(link_t* head);
9
10
#endif /* UI_H */