Skip to content

Instantly share code, notes, and snippets.

@fbs
Created February 10, 2011 15:58
Show Gist options
  • Save fbs/820756 to your computer and use it in GitHub Desktop.
Save fbs/820756 to your computer and use it in GitHub Desktop.
void print_list(void)
{
int x;
for(x=0; x < (word_count);printf("Word %d is: %s\n",x,words[x++]))
;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment