Skip to content

Instantly share code, notes, and snippets.

@fortheday
Last active January 27, 2018 05:31
Show Gist options
  • Save fortheday/bfadf7a7847164cb013b3761b2645a0a to your computer and use it in GitHub Desktop.
Save fortheday/bfadf7a7847164cb013b3761b2645a0a to your computer and use it in GitHub Desktop.
#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