Skip to content

Instantly share code, notes, and snippets.

@DavidPoliakoff
Forked from anonymous/gotcha_levels
Last active August 2, 2017 18:16
Show Gist options
  • Save DavidPoliakoff/b851c75d70aae6ab9b671516566da880 to your computer and use it in GitHub Desktop.
Save DavidPoliakoff/b851c75d70aae6ab9b671516566da880 to your computer and use it in GitHub Desktop.
Gotcha Switchboard
int init_my_tool(bool verbose){
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