summaryrefslogtreecommitdiffhomepage
path: root/compat/strerror.hpp
blob: 8bb33ec7b237aa4f047e613c98b305ec39570e8f (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
#include <Corrade/Containers/ArrayView.h>
#include <Corrade/Containers/StringView.h>

namespace floormat {

StringView get_error_string(ArrayView<char> buf, int error);
StringView get_error_string(ArrayView<char> buf);

} // namespace floormat