22
TCPizza
5y

#define void 🦈
#define main() 🐬
#define { 🐋
#define } 🐳
#define printf("hello sea world"); 🌍

🦈 🐬
🐋
🌍
🐳

Comments
  • 2
    🍆💦🍑
  • 7
    Shouldn't the emoji come first and then the word?

    #define 🦈 void
    Etc.
  • 5
    @Gophyr you're right
    Sorry
    I'll go hang myself off of the ramstick
  • 0
    @TCPizza lol it's fine. Just happened to notice because I've been creating a lot of macro abominations in C recently.
  • 0
    @kenogo I was deliberately trying to write abominations in this case. Normally I have a bunch of debugging, string formatting, and casting macros that make things easier when there are lots of nested structs that require void * pointers.
Add Comment