diff options
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -18,10 +18,6 @@ extern const char *susie; #define L(s) (s) -d_char *xs_time(char *fmt, int local); -#define xs_local_time(fmt) xs_time(fmt, 1) -#define xs_utc_time(fmt) xs_time(fmt, 0) - d_char *tid(int offset); double ftime(void); |