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

 

year_slot_filled

#include "sflslot.h"
Bool
year_slot_filled (const byte *range, int day)

Synopsis

Returns TRUE if the specified day slot is set; returns FALSE if the slot is not set.

Source Code - (sflslot.c)

{
    ASSERT (day >= 0 && day < MAX_DAY);
    return ((range [BYTE (day)] & BIT (day)) > 0);
}

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