Skip to content

Instantly share code, notes, and snippets.

@danielkza
Created December 3, 2012 20:25
Show Gist options
  • Save danielkza/4197728 to your computer and use it in GitHub Desktop.
Save danielkza/4197728 to your computer and use it in GitHub Desktop.
char buf[10];
if(fgets(buf, sizeof(buf), stdin) != NULL)
// blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment