This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

__cplusplus

Hi,,,

How do u read this :

#ifdef __cplusplus
   extern "C" {
#endif
.
.
#ifdef __cplusplus
   }
#endif

#endif


and where __cplusplus is defined?
Thanks

0