View Single Post
Old Jun 23rd, 2006, 10:56 AM   #15
squirrel
Newbie
 
Join Date: Jun 2006
Posts: 11
Rep Power: 0 squirrel is on a distinguished road
wat should be given here at this loop,

                      if (n2 == 41388) 
			{
				printf("\t<Sin> 1stNode [%d] 1stLink [%d] 2ndNode [%d] 2ndLink [%d] 3rdNode [%d]\n",n1,l1,n2,l2,n3);
			}
			else
			{
				fwrite(data,128,1,fp_out);
			}

squirrel
squirrel is offline   Reply With Quote