]> git.scottworley.com Git - tl-append/blob - common.h
A space for test & implementation to share code
[tl-append] / common.h
1 extern const char *FILENAME;
2
3 void die(const char *message);
4
5 void die_err(const char *message);