TestUtil.h 189 B

12345678910
  1. #include "common.h"
  2. #include <string>
  3. namespace aria2 {
  4. void createFile(const std::string& filename, size_t length);
  5. std::string readFile(const std::string& path);
  6. } // namespace aria2