mastermagrath
Technical User
Hi,
Something is confusing me with regard to function declarations in header files. If i include a header file with many different function declarations in my main module but only actually use one of the functions does this mean that all of the function definitions are eventually linked in or just the one i used.
Cheers
Something is confusing me with regard to function declarations in header files. If i include a header file with many different function declarations in my main module but only actually use one of the functions does this mean that all of the function definitions are eventually linked in or just the one i used.
Cheers