Skip to content

Instantly share code, notes, and snippets.

@hfadev
Created July 29, 2012 01:19
Show Gist options
  • Select an option

  • Save hfadev/3195595 to your computer and use it in GitHub Desktop.

Select an option

Save hfadev/3195595 to your computer and use it in GitHub Desktop.
C: Max Preprocesser
#define MAX(a,b) ((a) > (b) ? ( a ) : ( b ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment