1: #include <stdio.h>
   2: #
   3: /* for testing only */
   4: #include "def.h"
   5: 
   6: testreach()
   7:     {
   8:     VERT v;
   9:     for (v = 0; v < nodenum; ++v)
  10:         fprintf(stderr,"REACH(%d) = %d\n",v,REACH(v));
  11:     }

Defined functions

testreach defined in line 6; never used
Last modified: 1981-07-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 561
Valid CSS Valid XHTML 1.0 Strict