Quote Originally Posted by christop View Post
Or use the CC65 cross-compiler.
Not recommended!

From the CC65 website:
"Please note that the compiler does not support the C99 standard and never will. c99 mode is actually c89 mode with a few selected C99 extensions."

Time to move up to Gcc or Clang on Windows or Linux.