repositories
/
TD_C.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Cleanups.
[TD_C.git]
/
exo1
/
lib
/
io.h
1
#ifndef IO_H
2
#define IO_H
3
4
int
prompt_value
(
const char
*
msg
,
int
*
result
);
5
6
void
display_array
(
int
*
array
,
int
size
);
7
8
#endif
/* IO_H */