D
DanielJohnson
I call a function which is named as func_name in file /source/folderA/
fileA.c.
The actual function definition is in /source/folderB/fileB.c.
And I get this error.
warning: implicit declaration of function `func_name'
***Error Code 1
I know that I have to include the file in fileA.c but the library in
which I am working on is clean, i.e. there are no cross includes like
that.
Any other option to do that.
fileA.c.
The actual function definition is in /source/folderB/fileB.c.
And I get this error.
warning: implicit declaration of function `func_name'
***Error Code 1
I know that I have to include the file in fileA.c but the library in
which I am working on is clean, i.e. there are no cross includes like
that.
Any other option to do that.