int find_first_zero_bit (void * addr, unsigned size);
int find_first_zero_bit
The address to start the search at
The maximum size to search
Returns the bit-number of the first zero bit, not the number of the byte containing a bit.