| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.10

 

day_range_fill

#include "sflslot.h"
void
day_range_fill (byte *range)

Synopsis

Includes all minutes in the day (sets all bits to 1).

Source Code - (sflslot.c)

{
    memset (range, 255, sizeof (day_range));
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation