30-10-2015, 09:05 AM
Would the following examples be compliant with rule #2.4?
Code:
typedef struct cood cood_t;
struct cood { // here, is the tag "cood" compliant?
uint8_t id;
};
<t></t>