3

Am I the only one that in order to keep C code clean has a horrible file with macros and util functions?

Comments
  • 1
    main[-1u]={1};
    gcc -mcmodule=medium cbomb.c -o cbomb
  • 1
    @sam9669 nope luckily I just read your rant hahaha
  • 0
  • 1
    I used to. Then I looked through the sources of some famous vendors of embedded hardware, and I tried to follow their style.
    Then I tried to compile such libraries and I found the deepest shithole of warnings, inconsistencies, vulnerabilities and the like.
    So I just started my own way again. After cleaning all that hellhole of all the compilation warnings at least
Add Comment