Created
June 25, 2015 12:43
-
-
Save adriantofan/ca867ce2f537996ec1bc to your computer and use it in GitHub Desktop.
preprocessor objective-c
This file contains 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
The ' ## ' preprocessing operator performs token pasting. | |
#define macro(x) ## x \\gets replaced by the value of x | |
Stringification # x makes x in to a string so @#x in objective-c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment