9 lines
134 B
C++
9 lines
134 B
C++
namespace Utilities {
|
|
namespace Test {
|
|
|
|
bool TestStringAlgorithm();
|
|
bool TestTribool();
|
|
|
|
} // namespace Test
|
|
} // namespace Utilities
|