Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
mooigraph
/
gnu1987
Tarkkaile
2
Äänestä
2
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
a0f47a135f
Branchit
Tagit
master
gnu1987
/
gdb
/
testrec.c
testrec.c
79 B
Historia
Raaka
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);
}