MCPcopy Create free account
hub / github.com/ariccio/altWinDirStat / writespaces

Function writespaces

Reference code/osImageTool/debug.cpp:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196}
197void writespaces(string &str, int n)
198{
199 while(n--)
200 {
201 str += ' ';
202 }
203}
204
205std::string hexdump(const BYTE *buf, int nLength, int nDumpUnitSize /*=1*/)
206{

Callers 1

hexdumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected