diff options
Diffstat (limited to 'time/wcsftime.c')
-rw-r--r-- | time/wcsftime.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/time/wcsftime.c b/time/wcsftime.c new file mode 100644 index 0000000000..17bb53ede6 --- /dev/null +++ b/time/wcsftime.c @@ -0,0 +1,4 @@ +#include <wctype.h> +#include <wchar.h> +#define COMPILE_WIDE 1 +#include "strftime.c" |