diff options
Diffstat (limited to 'compat/strerror.hpp')
-rw-r--r-- | compat/strerror.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compat/strerror.hpp b/compat/strerror.hpp new file mode 100644 index 00000000..1929d97d --- /dev/null +++ b/compat/strerror.hpp @@ -0,0 +1,9 @@ +#pragma once +#include <Corrade/Containers/ArrayView.h> +#include <Corrade/Containers/StringView.h> + +namespace floormat { + +StringView get_error_string(ArrayView<char> buf); + +} // namespace floormat |