Help

Don Steiny steiny at scc.UUCP
Tue Sep 10 14:18:32 AEST 1985


> 
> >	"temp.c", line 8: warning: old-fashioned initialization: use =
> 
	Old UNIX compilers had:

	int i 0;

	mean the same as 

	int i = 0;

	does today.  Many C compilers allow the first form and
issue a warning.

-- 
scc!steiny
Don Steiny @ Don Steiny Software 
109 Torrey Pine Terrace
Santa Cruz, Calif. 95060
(408) 425-0382
	(also: hplabs!hpda!hpdsqb!steiny)



More information about the Comp.lang.c mailing list