|
This was the case of multiple include problem it seems...
Here is the problem:
Function pointer is in header file which gets included by multiple source files and then in linking process I get "multiple definition" error.
How do I put the definition of function pointer in header file without geting the linker error?
Bye
|