Results 7 comments of Kwarde666

No, this is invalid. When declaring the array you either declare no array size (let the compiler decide this -- assuming you've an initial value). Otherwise you have to declare...

You should append \ after f(

Well, no. As eyeless mentioned, ` # at the start of a line is used for pre-processor directives, so that's how it is interpreted here.` If you really want to...

`Perhaps we should treat manual calls of this function as errors?` Absolutely.

Don't put a space between `-i` and path. If you're planning on always using the same includes directory, you could consider setting an alias in your .profile file. Eg. `alias...

I deleted a comment I posted earlier because I thought I made a mistake. This was not a mistake after all (shouldn't have looked at it after getting up at...