Last active
September 13, 2020 10:50
-
-
Save drrost/82cc6a75f97711acaf52bea0eac53f61 to your computer and use it in GitHub Desktop.
Check leaks usage
This file contains 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
void check_leaks(); | |
int main(int argc, const char *argv[]) { | |
//... | |
check_leaks(); | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment