Doxygen Source Code Documentation
        
Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search   
bitio.h File Reference
#include "general.h"
#include "ansi.h"
Go to the source code of this file.
Define Documentation
  
    | 
        
          | #define GET_ITH_BIT | ( | bits, |  
          |  |  | i |  | ) | (bits & (1 << (i))) |  | 
  
    | 
        
          | #define MAX_BITS   MAX_BUCKETS*MAXBITS_PER_BUCKET |  | 
  
    | 
        
          | #define MAXBITS_PER_BUCKET   (WORDS_PER_BUCKET * 32) |  | 
  
    | 
        
          | #define SET_ITH_BIT | ( | bits, |  
          |  |  | i |  | ) | (bits |= (1 << (i))) |  | 
  
    | 
        
          | #define WORDS_PER_BUCKET   128 |  | 
Typedef Documentation
Function Documentation
  
    | 
        
          | BitBucket* Bitio_New _ANSI_ARGS_ | ( | (FILE *filePtr) |  | ) |  |  | 
  
    | 
        
          | void Mhead_GenSliceEnder _ANSI_ARGS_ | ( | (BitBucket *bbPtr) |  | ) |  |  |