Skip to content

Instantly share code, notes, and snippets.

@vegarsti
Last active September 27, 2016 07:45
Show Gist options
  • Save vegarsti/767457fbb5541055714e83747c5cbd6f to your computer and use it in GitHub Desktop.
Save vegarsti/767457fbb5541055714e83747c5cbd6f to your computer and use it in GitHub Desktop.
if (argc != 2) {
  fprintf(stderr, "Usage: %s <filename>\n", argv[0]);
  return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment