OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [bsd/] [tzfile.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#ifndef _BSD_TZFILE_H
2
#define _BSD_TZFILE_H
3
 
4
#define SECSPERDAY      (60*60*24)
5
#define DAYSPERNYEAR    365
6
#define DAYSPERLYEAR    366
7
 
8
#define isleap(y) (((y) % 4) == 0 && ((y) % 100) != 0 || ((y) % 400) == 0)
9
 
10
#endif /* _BSD_TZFILE_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.