Skip to content

Instantly share code, notes, and snippets.

@jaypeche
Created December 3, 2014 22:58
Show Gist options
  • Select an option

  • Save jaypeche/736a9a09547b63200967 to your computer and use it in GitHub Desktop.

Select an option

Save jaypeche/736a9a09547b63200967 to your computer and use it in GitHub Desktop.
#include <unistd.h>
int getopt (int argc, char * const argv[], const char * optstring);
extern char * optarg;
extern int optind, opterr;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment