ReactOS 0.4.16-dev-1063-gd722e70
wstrtime.c File Reference
#include <precomp.h>
Include dependency graph for wstrtime.c:

Go to the source code of this file.

Functions

wchar_t_wstrtime (wchar_t *time)
 

Function Documentation

◆ _wstrtime()

wchar_t * _wstrtime ( wchar_t time)

Definition at line 15 of file wstrtime.c.

16{
17 static const WCHAR format[] = { 'H','H','\'',':','\'','m','m','\'',':','\'','s','s',0 };
18
20
21 return time;
22}
#define NULL
Definition: types.h:112
INT WINAPI GetTimeFormatW(LCID lcid, DWORD dwFlags, const SYSTEMTIME *lpTime, LPCWSTR lpFormat, LPWSTR lpTimeStr, INT cchOut)
Definition: lcformat.c:1089
__u16 time
Definition: mkdosfs.c:8
#define LOCALE_NEUTRAL
Definition: format.c:58
__wchar_t WCHAR
Definition: xmlstorage.h:180
WCHAR * LPWSTR
Definition: xmlstorage.h:184