Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
mooigraph
/
gnu1987
Segui
2
Vota
2
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
gnu1987
/
gdb
/
testrec.c
testrec.c
79 B
Permalink
Cronologia
Originale
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);
}