Created
August 2, 2017 18:15
-
-
Save anonymous/b9121aa69f9fbae39815baf6c3c68a8b to your computer and use it in GitHub Desktop.
Gotcha Switchboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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