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

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

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