26-01-2016, 09:04 AM
Shouldn't example one be compliant?
typedef struct vector {...} vector;
The two vector identifiers are both referring to the same type.
typedef struct vector {...} vector;
The two vector identifiers are both referring to the same type.
<t></t>