Skip to content

Instantly share code, notes, and snippets.

@KushalP
Created April 5, 2010 21:33
Show Gist options
  • Save KushalP/356929 to your computer and use it in GitHub Desktop.
Save KushalP/356929 to your computer and use it in GitHub Desktop.
#define Swap(X,Y) do{ __typeof__ (X) _T = X; X = Y; Y = _T; }while(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment