-
-
Save plasma-effect/f63b18fb9415c7038df0 to your computer and use it in GitHub Desktop.
Preprocessor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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