11 lines
145 B
C
11 lines
145 B
C
|
#ifndef cwUtility_h
|
||
|
#define cwUtility_h
|
||
|
|
||
|
namespace cw
|
||
|
{
|
||
|
void printHex( const void* buf, unsigned bufByteN, bool asciiFl=true );
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|