Skip to content

Instantly share code, notes, and snippets.

@plasma-effect
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plasma-effect/f63b18fb9415c7038df0 to your computer and use it in GitHub Desktop.
Save plasma-effect/f63b18fb9415c7038df0 to your computer and use it in GitHub Desktop.
Preprocessor
#define CAT(a,b) CAT2(a,b)
#define CAT2(a,b) a ## b
#define A(a) B a
#define B(a) a
CAT(x,A((y)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment