]> git.scottworley.com Git - tl-append/blobdiff - common.h
A space for test & implementation to share code
[tl-append] / common.h
diff --git a/common.h b/common.h
new file mode 100644 (file)
index 0000000..e442b2c
--- /dev/null
+++ b/common.h
@@ -0,0 +1,5 @@
+extern const char *FILENAME;
+
+void die(const char *message);
+
+void die_err(const char *message);