|
|
1.1 root 1: main ()
2: {
3: foo (4);
4: }
5:
6: foo (x)
7: int x;
8: {
9: if (x > 0)
10: foo (x - 1);
11: }
12:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.