Infinite Loops

steiny at scc steiny at scc
Sat Apr 26 21:38:00 AEST 1986


**

	This loop looked strange to me, but I felt kind of silly
when I realized that it is perfectly good C.


	main()
	{
		main();
	}

It loops until it overflows the stack.
-- 
scc!steiny
Don Steiny @ Don Steiny Software 
109 Torrey Pine Terrace
Santa Cruz, Calif. 95060
(408) 425-0382



More information about the Comp.lang.c mailing list