Files
yaml-cpp/yaml-reader/tests.h
T

7 lines
98 B
C++
Raw Normal View History

#include <string>
namespace Test {
void RunAll();
bool Inout(const std::string& file);
}