![]() |
ifndef; endif Statement?? Can someone explain what is the following code mean??
/* Controller handle */
#if defined(__cplusplus) extern "C" { #endif typedef struct _MPIControl *MPIControl; #if defined(__cplusplus) } #endif |
Re: ifndef; endif Statement?? Can someone explain what is the following code mean??
It means
Code:
#if defined(__cplusplus)else Code:
typedef struct _MPIControl *MPIControl;Code:
#if defined(__cplusplus) |
| All times are GMT +5.5. The time now is 23:51. |