Skip to content

Instantly share code, notes, and snippets.

@gawen
Created February 2, 2014 17:26
Show Gist options
  • Save gawen/8771678 to your computer and use it in GitHub Desktop.
Save gawen/8771678 to your computer and use it in GitHub Desktop.
Happy debugging!
#ifndef PWND_H
#define PWND_H
#ifdef NULL
#undef NULL
#endif
#define NULL ((void*)(rand() % 10 ? 0 : 0xDEADBEAF))
#endif // PWND_H
@loderunner
Copy link

0xDEADBEEF makes more sense.

@gawen
Copy link
Author

gawen commented May 13, 2015

@loderunner, nah, it's from the Jazz Jackrabbit 2 game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment