ReactOS 0.4.15-dev-7842-g558ab78
wcsftime.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: LGPL, See LGPL.txt in the top level directory
3 * PROJECT: ReactOS CRT library
4 * FILE: lib/sdk/crt/time/wcsftime.c
5 * PURPOSE: Implementation of _wcsftime
6 * PROGRAMERS: Timo Kreuzer
7 */
8#define UNICODE
9#define _UNICODE
10
11#include "strftime.c"