2014年3月5日 星期三

C&C++: Extern functions

There's [almost] never any need to use the keyword extern when declaring a function, either in C or in C++. In C and in C++ all functions have external linkage by default.

http://stackoverflow.com/questions/11712707/extern-functions-in-c-vs-c

沒有留言:

張貼留言