factor/extra/c/tests/test6/test6.c

2 lines
42 B
C
Raw Normal View History

2009-04-02 12:40:15 -04:00
#define max(a, b) ((a) > (b) ? (a) : (b))