Files
lab3_test/bit_lib.h

7 lines
81 B
C
Raw Permalink Normal View History

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