5 lines
48 B
C
5 lines
48 B
C
|
#ifndef B_H
|
||
|
#define B_H
|
||
|
const int b = 3;
|
||
|
#endif
|