阅读背景:

宏定义中(void) (&_x == &_y);是怎么做到判断类型的?

来源:互联网 

#define min(x, y) (( \
const typeof(x) _x = (x); \const typeof(x) _x = (x);




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: