-
-
Save b4284/418359905824b0bf0bba to your computer and use it in GitHub Desktop.
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
| #include <stdio.h> | |
| int compress2 (dest) | |
| int *dest; | |
| { | |
| return 0; | |
| } | |
| int main() { | |
| int k; | |
| printf("zlib is really -?- opening\n", compress2(&k)); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment