This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / crtdll / wchar / wcsftime.c
1 #include <crtdll/wchar.h>
2
3 size_t wcsftime(wchar_t *str, size_t len, const wchar_t *fmt, const struct tm *tp )
4 {
5         return 0;
6 }