6 lines
60 B
C
6 lines
60 B
C
|
#ifdef __cplusplus
|
||
|
extern int i;
|
||
|
#else
|
||
|
extern int j;
|
||
|
#endif
|