Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
mooigraph
/
gnu1987
Suivre
2
Voter
2
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
a0f47a135f
Branches
Tags
master
gnu1987
/
gdb
/
testrec.c
testrec.c
79 B
Historique
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
main ()
{
foo (4);
}
foo (x)
int x;
{
if (x > 0)
foo (x - 1);
}