7 lines
40 B
C
7 lines
40 B
C
|
#ifndef B_H
|
||
|
#define B_H
|
||
|
|
||
|
int b;
|
||
|
|
||
|
#endif
|