Skip to content

Instantly share code, notes, and snippets.

@tzafrir
Created January 25, 2011 15:56
Show Gist options
  • Select an option

  • Save tzafrir/795108 to your computer and use it in GitHub Desktop.

Select an option

Save tzafrir/795108 to your computer and use it in GitHub Desktop.
Macro to output string
#define call(foo) "call " #foo
call(q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment