libcw/cwUtility.h

11 lines
145 B
C
Raw Normal View History

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