A question about typedef!

Thomas Lundqvist d0thomas at dtek.chalmers.se
Wed Nov 21 02:39:07 AEST 1990


Hello! Could someone please tell me the difference between:

struct TEST { int a; };

typedef struct { int a; } TEST

--
Thomas Lundqvist, d0thomas at dtek.chalmers.se
Chalmers Institute of Technology, Gothenburg, SWEDEN



More information about the Comp.lang.c mailing list