Printable View
If I declare a function in a header to be C-linkage, do I also need to declare its definition in the source file?
Quote: Originally Posted by c94wjpn If I declare a function in a header to be C-linkage, do I also need to declare its definition in the source file? No, it is not required but is accepted. Regards, Paul McKenzie