Annotation of 43BSDReno/pgrm/dbx/tests/cc/stkcmds.c, revision 1.1.1.1

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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.