top/contents search
However, declaring the typedefs first means that they could concievably clash with previous declarations of structs a or b, meaning that it could conceivably be necessary to precede the typedef declarations with the lines
	struct a;
	struct b;
although again, putting those typedefs after the complete structure definitions would clearly be preferable in that case.

back


This page by Steve Summit // Copyright 1995-2004 // feedback