reactos/reactos/lib/sdk/crt/time/wctime.c
Gregor Schneider f5a461d8bf Switch from time to time_new 2/2:
-Rename time_new to time

svn path=/trunk/; revision=42423
2009-08-06 11:38:09 +00:00

11 lines
271 B
C

/*
* COPYRIGHT: LGPL, See LGPL.txt in the top level directory
* PROJECT: ReactOS CRT library
* FILE: lib/sdk/crt/time/wctime.c
* PURPOSE: Implementation of _wctime
* PROGRAMERS: Timo Kreuzer
*/
#define UNICODE
#define _UNICODE
#include "ctime.c"