2016年3月9日 星期三

[C語言]define 中比大小

求最大值和最小值

#define MAX( x, y ) ( ((x) > (y)) ? (x) : (y) )

#define MIN( x, y ) ( ((x) < (y)) ? (x) : (y) )


參考網站:http://stenlyho.blogspot.tw/2007/04/c_04.html

沒有留言:

張貼留言

ADGuard