Enforce strong type checking in C (type strictness for typedefs)

后端 未结 9 2420
遇见更好的自我
遇见更好的自我 2020-11-29 03:43

Is there a way to enforce explicit cast for typedefs of the same type? I\'ve to deal with utf8 and sometimes I get confused with the indices for the character count and the

9条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 04:00

    You asked about extensions. Jeff Foster's CQual is very nice, and I think it could do the job you want.

提交回复
热议问题