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