Name: Anonymous 2014-08-21 23:44
Notice how in any sane language this shit is not necessary? Why is C such shit?
Why is C such shit?Since C11 even if you are a shit programmer who double-includes headers you can do it without include guards since you can use typedef for the same type more than once, same goes for function declarations (true for before and after C11)