X-Git-Url: http://git.scottworley.com/tl-append/blobdiff_plain/d753115a12c9368e24546c04f992740799da0257..d522116b5fdc09e3f83fe4f88515dec52a3e0462:/common.h diff --git a/common.h b/common.h new file mode 100644 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);