Skip to content

Instantly share code, notes, and snippets.

@Arachnid
Last active August 29, 2015 14:08
Embed
What would you like to do?
#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