7 lines
98 B
C
7 lines
98 B
C
|
|
#include <string>
|
||
|
|
|
||
|
|
namespace Test {
|
||
|
|
void RunAll();
|
||
|
|
bool Inout(const std::string& file);
|
||
|
|
}
|