Question
Cannot call functions from external source file !
Posted on December 19, 2012 at 05:25
Hi all,
I am facing some weird problems related function references. When I write a function that stored in the source file containing the main function, my program works properly. However, if I store it in a different source file and link to main file via ''include'' statement, the program cannot run. Can anybody help me to explain what happens?