Quantcast
Viewing latest article 1
Browse Latest Browse All 8

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

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 latest article 1
Browse Latest Browse All 8

Trending Articles