| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflslot.h" Bool year_slot_filled (const byte *range, int day)
Returns TRUE if the specified day slot is set; returns FALSE if the slot is not set.
{ ASSERT (day >= 0 && day < MAX_DAY); return ((range [BYTE (day)] & BIT (day)) > 0); }
| << | < | > | >> |
![]() |