Skip to content

Instantly share code, notes, and snippets.

@cjbrigato
Last active October 6, 2016 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjbrigato/c727d15f6fe436140b51bfa640bce30d to your computer and use it in GitHub Desktop.
Save cjbrigato/c727d15f6fe436140b51bfa640bce30d to your computer and use it in GitHub Desktop.
Best Joke since 1998
typedef void (*morpheusBullsh_t)();
morpheusBullsh_t follow(void* ra) {
uint8_t do = 0;
byte_t raBits = *((uint8_t*)ra);
for (uint8_t i = sizeof(*((uint8_t*)ra)) * 8; i > 0; i--) {
do = (raBits & 1);
raBits >>= 1;
}
if((*(char *)& 0x4321) != 0x21 ) {
; // Big Cookies :)
}
else {
do = !do; // Spoon may not even exist :/
}
while(do) {
ra = &raBits;
follow(ra);
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment