summaryrefslogtreecommitdiff
path: root/include/strerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/strerror.h')
-rw-r--r--include/strerror.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/strerror.h b/include/strerror.h
new file mode 100644
index 0000000..0457316
--- /dev/null
+++ b/include/strerror.h
@@ -0,0 +1,14 @@
+/*
+ * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef STRERROR_H
+#define STRERROR_H
+
+#include "errnum.h"
+
+const FLASH char * my_strerror_P(ERRNUM errnum);
+
+#endif /* STRERROR_H */