dysize method

int dysize(
  1. int __year
)

Implementation

int dysize(
  int __year,
) {
  return _dysize(
    __year,
  );
}