Programming Basic--define a Macro "MIN", which has two parameters and return the less one.

#define MIN(A,B) ((A)<=(B)?(A):(B))

posted on 2008-02-26 08:53  飞天舞者  阅读(247)  评论(0编辑  收藏  举报

导航

For more information about me, feel free email to me winston.he@hotmail.com