1: 
   2: main() {
   3:     int i = 0;
   4:     int j = 0;
   5:     register a, b, c, d, e, f, g, h;
   6: 
   7:     for (;;) {
   8:         i++;
   9:         j++;
  10:         printf("Hello sailor\n");
  11:         a = 1;
  12:         b = 3;
  13:         c = 5;
  14:         d = 7;
  15:         e = 9; f = 11;
  16:         g = 12;
  17:         h = 13;
  18:     }
  19: }

Defined functions

main defined in line 2; never used
Last modified: 1982-10-04
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 609
Valid CSS Valid XHTML 1.0 Strict