c语言宏swap,【C语言】Linux内核源码--min,swap宏定义
Linux3.5的部分宏定义在linux-3.5/include/linux/kernel.h的头文件中有定义一: 最大值和最小值相关的宏/** min()/max()/clamp() macros that also do* strict type-checking.. See the* "unnecessary" pointer comparison.*/#define min(x, y) (...