Re: Typedef or not



On Tue, 28 Feb 2006 17:59:39 +0530, Ravi Uday wrote:



Ronny Mandal wrote:
Consider these two:

Typedef struct { int foo, int bar } FooBar;
^^^ - added

You corrected a non-error ("int a, b" is fine although "int a, b;" is
preferred) and did not correct the error (Typedef != typedef).

--
Ben.
.



Relevant Pages