Skip to content

Instantly share code, notes, and snippets.

@koo5
Created December 31, 2011 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koo5/1545056 to your computer and use it in GitHub Desktop.
Save koo5/1545056 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#define foo "xxxx"
#define bar "yyyy"
const char * ggg = bar foo;
void main()
{
printf(ggg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment