ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

strftime.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.