Hey Everybody,
I keep getting these warnings when I compile my program:
19: warning: extra tokens at end of #ifndef directive
19: warning: missing whitespace after the macro name
both apply to the same line number, which has nothing to do with the ifndef statement. I tried looking for an obvious solution, but could not find one. Any hints would be great.
Thanks!