> Also, on some UNIX machines, a function exists call 'dysize(int year)' or
> something like that that returns the number of days in the year passed.
> (366 for leap years). It should not be used, or else used with a check
> for years divisible by 400, as it returns 366 when you pass it 2000.
it where it should be fixed (i.e. in the C library).
--