Files
lab3_test/bit_lib.h

7 lines
81 B
C

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