|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <precomp.h>
Go to the source code of this file.
Functions |
| struct tm * | _gmtime_worker (struct tm *ptm, __time64_t time, int do_dst) |
| struct tm * | _gmtime64 (const __time64_t *ptime) |
| errno_t | _gmtime64_s (struct tm *ptm, const __time64_t *ptime) |
| struct tm * | _gmtime32 (const __time32_t *ptime) |
| errno_t | _gmtime32_s (struct tm *ptm, const __time32_t *ptime) |
| struct tm * | gmtime (const time_t *ptime) |
Variables |
| unsigned int | g_monthdays [13] = {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365} |
| unsigned int | g_lpmonthdays [13] = {0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366} |
Generated on Sat May 26 2012 06:04:50 for ReactOS by
1.7.6.1
|