Skip to content

Instantly share code, notes, and snippets.

@Arachnid
Last active August 29, 2015 14:08
Show Gist options
  • Save Arachnid/0436410147f979d4a119 to your computer and use it in GitHub Desktop.
Save Arachnid/0436410147f979d4a119 to your computer and use it in GitHub Desktop.
#define register(exporter, var) ExportedVariable _exported ## #var (exporter, #var, &var)
Exporter ex;
int blah;
register(ex, blah);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment