mirror of
https://github.com/Hizenberg469/C1-Linux_SYS_Prog-AS-.git
synced 2026-04-19 18:32:24 +03:00
Assignment5 Checked
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
* =====================================================================================
|
||||
*/
|
||||
|
||||
#include "bitsop.h"
|
||||
uint8_t
|
||||
count_bit_set(uint32_t n){
|
||||
uint8_t bit_cnt = 0;
|
||||
|
||||
Reference in New Issue
Block a user