2011-08-06 12:11 AM
&sharpifdef __cplusplus
extern ''C'' {
&sharpendif
I've seen the above in all the library header files , but what does it mean?
#mix-c-and-c++2011-08-06 04:21 AM
It allows the header file to be used with either 'C' or C++ compilers. You can ignore it.
2011-08-06 11:00 AM
http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html#faq-32.2