On Wed, Nov 19, 2014 at 03:43:03PM +0100, Markus Teich wrote: > for structs I hate to use a typedef since it hides the fact that it is a > struct > beeing handled. If you propose that the only names starting with an uppercase > letter are structs, then this is kind of consistent in itself if you know > about > this rule, but external people usually don't start digging by reading the > style > guidelines.
I'd rather not hide structs in typedefs. I could do with a typedef perhaps when declaring a function pointer and then using an array of function pointers or similar but that's about it to be honest.