Skip to content

Instantly share code, notes, and snippets.

@supermario
Created August 3, 2009 12:19
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 supermario/160516 to your computer and use it in GitHub Desktop.
Save supermario/160516 to your computer and use it in GitHub Desktop.
char *pStrings[1];
pStrings[0] = (char*)malloc(100);
pStrings[0][0] = "a";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment