$Revision: 1.4 $
bitmask (ma) - bitmask.h - header file for bitmask library
Status: NOT REVUED, TESTED, INCOMPLETE
Design and implementation by: Marek Bukowy
Included in: | include/attributes.h |
modules/at/attributes.h | |
modules/ob/objects.c | |
modules/ob/objects.h | |
modules/qc/query_command.h | |
modules/wk/which_keytypes.c | |
modules/wk/which_keytypes.h |
#define MASK_MAX 128
struct | |
{ | |
unsigned int data[(128/(8*sizeof(unsigned int))+1)]; | |
} |