#include "sflslot.h" void day_range_fill (byte *range)
Includes all minutes in the day (sets all bits to 1).
{ memset (range, 255, sizeof (day_range)); }