Bell 32V development
[unix-history] / usr / src / cmd / struct / 3.test.c
CommitLineData
6fd945b9
TL
1#include <stdio.h>
2#
3/* for testing only */
4#include "def.h"
5
6testreach()
7 {
8 VERT v;
9 for (v = 0; v < nodenum; ++v)
10 fprintf(stderr,"REACH(%d) = %d\n",v,REACH(v));
11 }