ReactOS 0.4.16-dev-937-g7afcd2a
days.cpp File Reference
Include dependency graph for days.cpp:

Go to the source code of this file.

Variables

int const _days []
 
int const _lpdays []
 

Variable Documentation

◆ _days

int const _days[]
Initial value:
=
{
-1, 30, 58, 89, 119, 150, 180, 211, 242, 272, 303, 333, 364
}

Definition at line 14 of file days.cpp.

Referenced by __crt_time_is_day_valid(), common_gmtime_s(), common_loctotime_t(), common_mktime(), and cvtdate().

◆ _lpdays

int const _lpdays[]
Initial value:
=
{
-1, 30, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365
}

Definition at line 21 of file days.cpp.

Referenced by common_gmtime_s(), and cvtdate().