Skip to content

Instantly share code, notes, and snippets.

@evincarofautumn
Last active December 22, 2015 10:29
Show Gist options
  • Save evincarofautumn/6459516 to your computer and use it in GitHub Desktop.
Save evincarofautumn/6459516 to your computer and use it in GitHub Desktop.
Token pasting junk.
#define CAT(A, B) A##B
#define CAT_(A, B) CAT(A, B)
#define QUOTE(A) #A
#define QUOTE_(A) QUOTE(A)
#define PREFIX __
#define SYMBOL(A) QUOTE_(CAT_(PREFIX, A))
SYMBOL(hello)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment