ReactOS 0.4.15-dev-7994-gb388cb6
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
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
Definition: gl.h:1546
INT WINAPI GetTimeFormatW(LCID lcid, DWORD dwFlags, const SYSTEMTIME *lpTime, LPCWSTR lpFormat, LPWSTR lpTimeStr, INT cchOut)
Definition: lcformat.c:1093
__u16 time
Definition: mkdosfs.c:8
#define LOCALE_NEUTRAL
__wchar_t WCHAR
Definition: xmlstorage.h:180
WCHAR * LPWSTR
Definition: xmlstorage.h:184