dysize
(3)get number of days for a given year
#include <time.h> int dysize(int year); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): dysize(): Since glibc 2.19: _DEFAULT_SOURCE glibc 2.19 and earlier: _BSD_SOURCE || _SVID_SOURCE