SyntaxFix
Write A Post
Hire A Developer
Questions
Just use a compiler (or provide it with the arguments it needs) such that it compiles for a more recent version of the C standard, C99 or C11. E.g for the GCC family of compilers that would be -std=c99.
-std=c99