linux实用代码二 linux实用代码 1,如果表示int型的最大值和最小值 #define INT_MAX ((int)(~0U>>1)) #define INT_MIN (-INT_MAX- 1) #define UINT_MAX (~0U)