#include <ctype.h>
#include <time.h>
#include <sys/time.h>
#include "xtime.h"
Go to the source code of this file.
◆ IS_LEAP
Value:((y) % 4) == 0 && (! ((y) % 100) == 0 || ((y) % 400) == 0)
Definition at line 49 of file xtime.cpp.
◆ LEAPS_THRU_END_OF
| #define LEAPS_THRU_END_OF |
( |
| y | ) |
|
Value:((y) / 4 - (y) / 100 + (y) / 400)
Definition at line 50 of file xtime.cpp.
◆ Max_Day()
| int Max_Day |
( |
int | month, |
|
|
int | year ) |