import winsup-2000-02-17 snapshot
This commit is contained in:
10
winsup/cygwin/include/tzfile.h
Normal file
10
winsup/cygwin/include/tzfile.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _TZFILE_H
|
||||
#define _TZFILE_H
|
||||
|
||||
#define SECSPERDAY (60*60*24)
|
||||
#define DAYSPERNYEAR 365
|
||||
#define DAYSPERLYEAR 366
|
||||
|
||||
#define isleap(y) (((y) % 4) == 0 && ((y) % 100) != 0 || ((y) % 400) == 0)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user