#include "sflslot.h" void year_range_fill (byte *range)
Includes all days in the year (sets all bits to 1).
{ memset (range, 255, sizeof (year_range)); }