ReactOS 0.4.15-dev-7918-g2a2556c
wstrtime.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS CRT library
4 * FILE: lib/sdk/crt/time/wstrtime.c
5 * PURPOSE: Fills a buffer with a formatted time representation
6 * PROGRAMER: Ariadne
7 * UPDATE HISTORY:
8 * 28/12/98: Created
9 */
10#include <precomp.h>
11
12/*
13 * @implemented
14 */
15wchar_t* _wstrtime(wchar_t* time)
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 * _wstrtime(wchar_t *time)
Definition: wstrtime.c:15
__wchar_t WCHAR
Definition: xmlstorage.h:180
WCHAR * LPWSTR
Definition: xmlstorage.h:184