C Macro for minimum of two numbers

Posted by VaioIsBorn on Stack Overflow See other posts from Stack Overflow or by VaioIsBorn
Published on 2010-03-16T22:51:39Z Indexed on 2010/03/16 23:21 UTC
Read the original article Hit count: 215

Filed under:
|
|
|

I want to make a simple macro with #define for returning the smaller of two numbers.

How can i do this in C ? Suggest some ideas, and see if you can make it more obfuscated too.

© Stack Overflow or respective owner

Related posts about c

    Related posts about macros