11 lines
65 B
C++
11 lines
65 B
C++
#ifndef B_HPP
|
|
#define B_HPP
|
|
|
|
namespace B {
|
|
|
|
void B();
|
|
|
|
}
|
|
|
|
#endif
|