NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isleap_sum
include/tzfile.h
183
#define isleap_sum(a, b) isleap((a) % 400 + (b) % 400)
lib/libc/time/private.h
1216
#define isleap_sum(a, b) isleap((a) % 400 + (b) % 400)