It doesn't matter if the mindfuckery is intentional or not. Oldie but goldie here, you might know it already:
void ( *( *f[] ) () ) ();
It doesn't matter if the mindfuckery is intentional or not. Oldie but goldie here, you might know it already:
void ( *( *f[] ) () ) ();
Other urls found in this thread:
github.com
c-faq.com
web.archive.org
stackoverflow.com
twitter.com
I saw that code in a pdf screenshot posted here a few months ago. Don't remember what it is.
What does this do? C is so stupid man
Clets, when will they ever learn?
>grammars exist
>dude c is so stoopeed rust ftw
Declares f as array of pointer to function returning pointer to function returning void.
>being this defensive
Who hurt you?
>projecting
f is an array of pointers to function(s) of no arguments returning void
not hard at all