Assignment5 Checked

This commit is contained in:
2024-02-28 20:13:45 +05:30
parent 298a4ba3ef
commit dc5620324b
14 changed files with 24 additions and 578 deletions

View File

@@ -16,6 +16,7 @@
* =====================================================================================
*/
#include "bitsop.h"
uint8_t
count_bit_set(uint32_t n){
uint8_t bit_cnt = 0;