From c67055bad3cdfc93e2ac57d87f36c6e0993af690 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 17 May 2017 06:00:20 +0300 Subject: initial commit --- include/pdb/utils/file.hpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/pdb/utils/file.hpp (limited to 'include/pdb/utils/file.hpp') diff --git a/include/pdb/utils/file.hpp b/include/pdb/utils/file.hpp new file mode 100644 index 0000000..5b83f2b --- /dev/null +++ b/include/pdb/utils/file.hpp @@ -0,0 +1,18 @@ +// Copyright (c) 2017 Egor Tensin +// This file is part of the "PDB repository" project. +// For details, see https://github.com/egor-tensin/pdb-repo. +// Distributed under the MIT License. + +#pragma once + +#include + +#include + +namespace pdb +{ + namespace file + { + std::size_t get_size(const std::string&); + } +} -- cgit v1.2.3