Hi,

I am working in eclipse CDT.
I have a .c file in which I have written all my functions. That .c file is in a folder along with other files and I have added that folder in the directory.
But when I am calling functions from that .c file, it gives error that "no source found for function."

Is it that I have to create a .h file and then include that .h file neccessarily in my program??

Any idea would be appreciated
TIA

Vishal