integrate and clean
This commit is contained in:
11
Utils.h
11
Utils.h
@@ -72,10 +72,21 @@ count_bit8(const uint8_t ulVal)
|
||||
return cpt;
|
||||
}
|
||||
|
||||
void
|
||||
sprintbin32( char* szBuff,
|
||||
const uint32_t ulVal,
|
||||
const unsigned char bGroupByBytes);
|
||||
|
||||
void
|
||||
printbin32( const uint32_t ulVal,
|
||||
const unsigned char bGroupByBytes);
|
||||
|
||||
void
|
||||
sprintbin32Info(char* szBuff,
|
||||
const uint32_t ulVal,
|
||||
const unsigned short uhb,
|
||||
const unsigned short ulb);
|
||||
|
||||
void
|
||||
printbin32Info( const uint32_t ulVal,
|
||||
const unsigned short uhb,
|
||||
|
||||
Reference in New Issue
Block a user