]> git.scottworley.com Git - tl-append/blob - common.h
3563d00b86b0fd29c99d8a6af72493cffc99d7c2
[tl-append] / common.h
1 #include <time.h>
2
3 extern const char *const FILENAME;
4
5 void die(const char *message);
6
7 void die_err(const char *message);
8
9 char *encode_time(time_t t);