Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenstrftime.c
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: LGPL, See LGPL.txt in the top level directory 00003 * PROJECT: ReactOS CRT library 00004 * FILE: lib/sdk/crt/time/strftime.c 00005 * PURPOSE: 00006 * PROGRAMER: 00007 */ 00008 #include <precomp.h> 00009 #include <tchar.h> 00010 00011 size_t 00012 _tcsftime(_TCHAR *strDest, 00013 size_t maxsize, 00014 const _TCHAR *format, 00015 const struct tm *timeptr) 00016 { 00017 return 0; 00018 } 00019 Generated on Sat May 26 2012 04:35:36 for ReactOS by
1.7.6.1
|