Added a header I created a while ago when looking into irda support.
[reactos.git] / reactos / 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 }