Skip to content

Instantly share code, notes, and snippets.

Created August 2, 2017 18:15
Show Gist options
  • Save anonymous/b9121aa69f9fbae39815baf6c3c68a8b to your computer and use it in GitHub Desktop.
Save anonymous/b9121aa69f9fbae39815baf6c3c68a8b to your computer and use it in GitHub Desktop.
Gotcha Switchboard
int init_my_tool(bool verbose){
if(if verbose){
gotcha_wrap(a_few_functions)
}
else{
gotcha_wrap(all_the_functions)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment