diff options
Diffstat (limited to 'libpatch_create_timestamp_tm.c')
-rw-r--r-- | libpatch_create_timestamp_tm.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libpatch_create_timestamp_tm.c b/libpatch_create_timestamp_tm.c new file mode 100644 index 0000000..47578c5 --- /dev/null +++ b/libpatch_create_timestamp_tm.c @@ -0,0 +1,6 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +extern inline size_t +libpatch_create_timestamp_tm(char *, size_t, const struct tm *, int, enum libpatch_style); |