File include/bitmask.h

  $Revision: 1.8 $

bitmask (ma) - bitmask.h - header file for bitmask library
Status: NOT REVUED, TESTED, INCOMPLETE
Design and implementation by: Marek Bukowy
Included in: modules/df/defs.h
  modules/er/er.yacc.tab.c
  modules/qc/query_command.h
  modules/ud/ud_int.h
  modules/wk/which_keytypes.c
  modules/wk/which_keytypes.h

Preprocessor definitions

#define READ_BITMASK

#define MASK_BITS_BASETYPE

#define MASK_BITS_BASESIZE

#define MASK_MAX 128

#define MASK_BITS_WORDS

#define MA_END 1

#define MA_eq( a, b )


Typedef mask_t

typedef struct {...} mask_t
struct 
   { 
     unsigned int data[(128/(8*sizeof(unsigned int))+1)]; 
   }