Hi Everyone,
I have seen in some project where functions are declared as extern,
what is the possible reason to do this? To my best understanding, if
some other file wan't to invoke this function, it could very well be
done ny including a header file which specifies the function
prototype...
I have seen in some project where functions are declared as extern,
what is the possible reason to do this? To my best understanding, if
some other file wan't to invoke this function, it could very well be
done ny including a header file which specifies the function
prototype...
Comment