Help for this page
/***************************************************************** * hilbert_i2c ... void hilbert_incr(unsigned nDims, unsigned nBits, bitmask_t coord[]);
/* define the bitmask_t type as an integer of sufficient size */ typedef unsigned long bitmask_t; /* define the halfmask_t type as an integer of 1/2 the size of bitmask +_t */ typedef unsigned long halfmask_t;