aboutsummaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
authorJan Sucan <sucanjan@fit.cvut.cz>2019-04-11 18:44:34 +0200
committerJan Sucan <sucanjan@fit.cvut.cz>2019-04-11 18:44:34 +0200
commit498c691eb0dd19b23f70421484aa6d738f35e73c (patch)
tree10f244796344981ee6e5ddc5f3912372d7c5990b /print.h
Initial commit
Diffstat (limited to 'print.h')
-rw-r--r--print.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/print.h b/print.h
new file mode 100644
index 0000000..0613dfc
--- /dev/null
+++ b/print.h
@@ -0,0 +1,6 @@
+#ifndef PRINT_H
+#define PRINT_H
+
+void print_error(const char * const format, ...);
+
+#endif /* PRINT_H */