Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
mooigraph
/
gnu1987
Obserwuj
2
Polub
2
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
gnu1987
/
gdb
/
testrec.c
testrec.c
79 B
Bezpośredni odnośnik
Historia
Czysty
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);
}