1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-14 10:09:54 +08:00
spdlog/tests/utils.h
2016-04-03 02:14:54 +03:00

16 lines
313 B
C++

#pragma once
#include <string>
#include<cstddef>
std::size_t count_lines(const std::string& filename);
void prepare_logdir();
std::string file_contents(const std::string& filename);
std::size_t count_lines(const std::string& filename);
std::size_t get_filesize(const std::string& filename);