diff options
author | default <nobody@localhost> | 2022-09-28 09:46:21 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-28 09:46:21 +0200 |
commit | ce2757552cbfffb5855cce292f0f90477b272c36 (patch) | |
tree | fd6284f5f50700084fbba45fc5ab9ec7f515c20e /snac.h | |
parent | a636cf8b25d72900892b18191e0d68de10779e90 (diff) |
More HTML work.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ extern const char *susie; #define valid_status(status) ((status) >= 200 && (status) <= 299) +#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) |