Created
February 23, 2012 23:38
-
-
Save tyrone-sudeium/1895763 to your computer and use it in GitHub Desktop.
Add some sophistication to your C code, Jolly-o!
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
#ifndef BRITISH_H | |
#define BRITISH_H | |
#define perchance if | |
#define otherwise else | |
#define what_about switch | |
#define perhaps case | |
#define splendid break | |
#define on_the_off_chance default | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment