type_attributes
$$ = (type_attributes){ .used = false };
type_attributes y_type_attributes;
$$ = (type_attributes){ .used = false };
type_attributes_string(type_attributes attrs)
dcs_add_type_attributes(type_attributes attrs)
const char *type_attributes_string(type_attributes);
void dcs_add_type_attributes(type_attributes);
static inline type_attributes
merge_type_attributes(type_attributes a, type_attributes b)
return (type_attributes){
static inline type_attributes
return (type_attributes){ .used = false };