/* Controller handle */
#if defined(__cplusplus)
extern "C" {
#endif
typedef struct _MPIControl *MPIControl;
#if defined(__cplusplus)
}
#endif
ifndef; endif Statement?? Can someone explain what is the following code mean??
|
Newbie Member
|
|
| 29Jan2010,01:24 | #1 |
|
Go4Expert Founder
|
![]() |
| 29Jan2010,11:03 | #2 |
|
It means
Code:
#if defined(__cplusplus)
extern "C" {
#endif
else Code:
typedef struct _MPIControl *MPIControl; Code:
#if defined(__cplusplus) } #endif |

