Skip to content

Instantly share code, notes, and snippets.

@fmm
Forked from aras-p/preprocessor_fun.h
Last active August 29, 2015 14:27
Show Gist options
  • Save fmm/90d48238109668c4890f to your computer and use it in GitHub Desktop.
Save fmm/90d48238109668c4890f to your computer and use it in GitHub Desktop.
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell and myself. Never let these guys change jobs! :)
#define struct union
#define if while
#define else
#define if(x)
#define true ((rand()&15)!=15)
#define true (__LINE__&1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment