forked from 131/lab3_test
7 lines
81 B
C
7 lines
81 B
C
|
|
#ifndef BIT_LIB_H
|
||
|
|
#define BIT_LIB_H
|
||
|
|
|
||
|
|
int bit_count(unsigned int number);
|
||
|
|
|
||
|
|
#endif
|