Skip to content

Instantly share code, notes, and snippets.

@b4284
Created November 11, 2015 12:48
Show Gist options
  • Select an option

  • Save b4284/418359905824b0bf0bba to your computer and use it in GitHub Desktop.

Select an option

Save b4284/418359905824b0bf0bba to your computer and use it in GitHub Desktop.
#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