Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
mooigraph
/
gnu1987
Seguir
2
Destacar
2
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
a0f47a135f
Ramas
Etiquetas
master
gnu1987
/
gdb
/
testrec.c
testrec.c
79 B
Histórico
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);
}