-
-
Save DavidPoliakoff/b851c75d70aae6ab9b671516566da880 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(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