#ifndef BSD_SYS_PARAM_ISCLR_H #define BSD_SYS_PARAM_ISCLR_H #include /* CHAR_BIT */ #include #if !defined isclr #define isclr(a, i) (!isset((a), (i))) #endif #endif /* !BSD_SYS_PARAM_ISCLR_H */