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

 

year_range_fill

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

Synopsis

Includes all days in the year (sets all bits to 1).

Source Code - (sflslot.c)

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

| << | < | > | >> iMatix Copyright © 1996-98 iMatix