Is there a good way to force type incompatibility in C?

后端 未结 2 1337
孤城傲影
孤城傲影 2021-01-21 14:05

For purposes of type checking I would like to define a function on the lines of

void myfunc(type1 a, type2 b)
{
...
}

where type1

2条回答
提交回复
热议问题