|
|
1.1 ! root 1: ! 2: int i; ! 3: ! 4: p2 (i) int i; ! 5: { ! 6: if (i < 5) { ! 7: p2(i+1); ! 8: } ! 9: } ! 10: ! 11: p1 (i) int i; ! 12: { ! 13: p2(i+1); ! 14: } ! 15: ! 16: main () ! 17: { ! 18: i = 0; ! 19: p1(i+1); ! 20: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.