index
:
course
main
Unnamed repository; edit this file 'description' to name the repository.
Anhgelus Morhtuuzh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
semestre 3
/
structures des données
/
td
/
td1
/
exo5
/
prog.c
blob: f015ccc2f3d8512670b7e1b0b73814a5cd615c60 (
plain
)
1
2
3
4
5
6
7
8
#include
"A.h"
#include
"B.h"
void
main
(
void
){
int
n
;
n
=
f
(
n
);
g
(
n
);
}