Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created February 22, 2010 05:40
Show Gist options
  • Save probablycorey/310835 to your computer and use it in GitHub Desktop.
Save probablycorey/310835 to your computer and use it in GitHub Desktop.
void word(p)
char *p;
{
printf("%s", p);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment