summaryrefslogtreecommitdiff
path: root/include/benoit/err/wrttofil.hh
blob: 232d4318873dbbb024c5187687223d9cacf149a9 (plain) (blame)
1
2
3
4
5
6
7
# pragma once
# include <string>
namespace benoit {
	namespace err {
		void wrttofil(std::string const fil) noexcept;
	}
}