Test.h 134 B

12345678
  1. namespace Utilities {
  2. namespace Test {
  3. bool TestStringAlgorithm();
  4. bool TestTribool();
  5. } // namespace Test
  6. } // namespace Utilities