aboutsummaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-01-20 14:03:21 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-01-20 14:03:21 +1300
commitb9fc5fed91512208d861e287b1369f3122861144 (patch)
treee11e3cc823b19feed7fb6c84d92990e9585e3d8b /error.h
downloadcasio-9850-b9fc5fed91512208d861e287b1369f3122861144.tar.xz
Initial import
Diffstat (limited to 'error.h')
-rw-r--r--error.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/error.h b/error.h
new file mode 100644
index 0000000..9869e7d
--- /dev/null
+++ b/error.h
@@ -0,0 +1,6 @@
+#ifndef ERROR_H
+#define ERROR_H
+
+void serial_error(const char* fname);
+
+#endif