Dumb things to do in C: named arguments!

Question: can the following be valid C (in the same compilation unit): Yup. Up until very recently I didn’t know you could kinda use named arguments in C, but you can. Of course, like most C thing, it involves a few stupid tricks, but still, the end result is pretty nice. Note: I didn’t come […]