Can someone please explain to me and show a sample of using external function?
Let say I have my main file: main.c
and other file only with function: print.c
I know I should prototype print function in my main.c, define it in print.c and call it from main.c. (at least I think that's how it is)
when I do it, the compiler refuses to work, that's why I need some sample which I could not find anywhere (ebooks, google, textbook) - really weird.
Thanks in advance