1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-06 22:25:47 +08:00
spdlog/tests/utils.h
2015-12-13 15:13:16 +02:00

16 lines
298 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);