iOS开发-用宏定义求2个数中的最大值

#define max(a,b) (((a)>(b))?(a):(b))

posted @ 2015-02-26 19:25  myFisland  阅读(1108)  评论(0)    收藏  举报