Skip to content

Instantly share code, notes, and snippets.

/a.c

Created April 7, 2015 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5bbbebe9920c46e70818 to your computer and use it in GitHub Desktop.
Save anonymous/5bbbebe9920c46e70818 to your computer and use it in GitHub Desktop.
C
int main(int argc, char *argv[]) {
if (a == b) {
do_something();
} else {
do_other(arg1, arg2, *other_args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment