TestUtil.h 141 B

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