Last active
January 27, 2018 05:31
-
-
Save fortheday/bfadf7a7847164cb013b3761b2645a0a to your computer and use it in GitHub Desktop.
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
#define DECL_STR(head, name) char *psz##head##_##name = #name | |
DECL_STR(Product, Potato); | |
DECL_STR(Product, Apple); | |
pszProduct_Apple; | |
pszProduct_Potato; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment