7 lines
63 B
C++
7 lines
63 B
C++
#ifndef FOOBAR_HPP_
|
|
#define FOOBAR_HPP_
|
|
|
|
int FooBar();
|
|
|
|
#endif
|