#ifndef BIT_LIB_H #define BIT_LIB_H int bit_count(unsigned int number); #endif