Quantcast
Channel: How to solve static declaration follows non-static declaration in GCC C code? - Stack Overflow
Viewing all articles
Browse latest Browse all 8

Answer by Nnaik for How to solve static declaration follows non-static declaration in GCC C code?

$
0
0

I had a similar issue , The function name i was using matched one of the inbuilt functions declared in one of the header files that i included in the program.Reading through the compiler error message will tell you the exact header file and function name.Changing the function name solved this issue for me


Viewing all articles
Browse latest Browse all 8

Trending Articles